Allocator for Thrust that comes out of a specified memory space. More...
Public Types | |
typedef char | value_type |
Public Member Functions | |
GpuResourcesThrustAllocator (void *mem, size_t size) | |
char * | allocate (std::ptrdiff_t size) |
void | deallocate (char *p, size_t size) |
Allocator for Thrust that comes out of a specified memory space.
Definition at line 20 of file ThrustAllocator.cuh.