Cuda battery library  1.0.0
battery::global_allocator Class Reference

#include <allocator.hpp>

Public Member Functions

CUDA void * allocate (size_t bytes)
 
CUDA void deallocate (void *data)
 

Detailed Description

An allocator using the global memory of CUDA. This can be used from both the host and device side, but the memory can only be accessed when in a device function. Beware that allocation and deallocation must occur on the same side.

Member Function Documentation

◆ allocate()

CUDA void* battery::global_allocator::allocate ( size_t  bytes)
inline

◆ deallocate()

CUDA void battery::global_allocator::deallocate ( void *  data)
inline

The documentation for this class was generated from the following file: