OmniSciDB
a5dc49c757
|
This is the complete list of members for DeviceAllocator, including all inherited members.
alloc(const size_t num_bytes)=0 | Allocator | pure virtual |
Allocator() | Allocator | inline |
copyFromDevice(void *host_dst, const void *device_src, const size_t num_bytes) const =0 | DeviceAllocator | pure virtual |
copyToDevice(void *device_dst, const void *host_src, const size_t num_bytes) const =0 | DeviceAllocator | pure virtual |
free(Data_Namespace::AbstractBuffer *ab) const =0 | DeviceAllocator | pure virtual |
setDeviceMem(int8_t *device_ptr, unsigned char uc, const size_t num_bytes) const =0 | DeviceAllocator | pure virtual |
zeroDeviceMem(int8_t *device_ptr, const size_t num_bytes) const =0 | DeviceAllocator | pure virtual |
~Allocator() | Allocator | inlinevirtual |