Cuda battery library
|
#include <allocator.hpp>
Public Member Functions | |
CUDA NI void * | allocate (size_t bytes) |
CUDA NI void | deallocate (void *data) |
CUDA bool | operator== (const standard_allocator &) const |
This allocator call the standard malloc
and free
functions.
|
inline |