Class HostMemory

Inheritance Relationships

Base Type

Class Documentation

class HostMemory : public cu::Wrapper<void*>

Public Functions

inline explicit HostMemory(size_t size, unsigned int flags = 0)
inline explicit HostMemory(void *ptr, size_t size, unsigned int flags = 0)
template<typename T>
inline operator T*()
inline size_t size() const