CUB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups
cub::CachingDeviceAllocator Member List

This is the complete list of members for cub::CachingDeviceAllocator, including all inherited members.

CachingDeviceAllocator(unsigned int bin_growth, unsigned int min_bin, unsigned int max_bin, size_t max_cached_bytes, bool skip_cleanup=false)cub::CachingDeviceAllocatorinline
CachingDeviceAllocator(bool skip_cleanup=false)cub::CachingDeviceAllocatorinline
DeviceAllocate(int device, void **d_ptr, size_t bytes, cudaStream_t active_stream=0)cub::CachingDeviceAllocatorinline
DeviceAllocate(void **d_ptr, size_t bytes, cudaStream_t active_stream=0)cub::CachingDeviceAllocatorinline
DeviceFree(int device, void *d_ptr)cub::CachingDeviceAllocatorinline
DeviceFree(void *d_ptr)cub::CachingDeviceAllocatorinline
FreeAllCached()cub::CachingDeviceAllocatorinline
SetMaxCachedBytes(size_t max_cached_bytes)cub::CachingDeviceAllocatorinline
~CachingDeviceAllocator()cub::CachingDeviceAllocatorinlinevirtual