CUB
|
This is the complete list of members for cub::CachingDeviceAllocator, including all inherited members.
CachingDeviceAllocator(unsigned int bin_growth, unsigned int min_bin=1, unsigned int max_bin=INVALID_BIN, size_t max_cached_bytes=INVALID_SIZE, bool skip_cleanup=false, bool debug=false) | cub::CachingDeviceAllocator | inline |
CachingDeviceAllocator(bool skip_cleanup=false, bool debug=false) | cub::CachingDeviceAllocator | inline |
DeviceAllocate(int device, void **d_ptr, size_t bytes, cudaStream_t active_stream=0) | cub::CachingDeviceAllocator | inline |
DeviceAllocate(void **d_ptr, size_t bytes, cudaStream_t active_stream=0) | cub::CachingDeviceAllocator | inline |
DeviceFree(int device, void *d_ptr) | cub::CachingDeviceAllocator | inline |
DeviceFree(void *d_ptr) | cub::CachingDeviceAllocator | inline |
FreeAllCached() | cub::CachingDeviceAllocator | inline |
INVALID_BIN | cub::CachingDeviceAllocator | static |
INVALID_SIZE | cub::CachingDeviceAllocator | static |
SetMaxCachedBytes(size_t max_cached_bytes) | cub::CachingDeviceAllocator | inline |
~CachingDeviceAllocator() | cub::CachingDeviceAllocator | inlinevirtual |