Project
Loading...
Searching...
No Matches
o2::gpu::ThrustVolatileAsyncAllocator Class Reference

#include <CUDAThrustHelpers.h>

Public Types

typedef char value_type
 

Public Member Functions

 ThrustVolatileAsyncAllocator (GPUReconstruction *r)
 
charallocate (std::ptrdiff_t n)
 
void deallocate (char *ptr, size_t)
 

Detailed Description

Definition at line 25 of file CUDAThrustHelpers.h.

Member Typedef Documentation

◆ value_type

Constructor & Destructor Documentation

◆ ThrustVolatileAsyncAllocator()

o2::gpu::ThrustVolatileAsyncAllocator::ThrustVolatileAsyncAllocator ( GPUReconstruction r)
inline

Definition at line 30 of file CUDAThrustHelpers.h.

Member Function Documentation

◆ allocate()

char * o2::gpu::ThrustVolatileAsyncAllocator::allocate ( std::ptrdiff_t  n)
inline

Definition at line 31 of file CUDAThrustHelpers.h.

◆ deallocate()

void o2::gpu::ThrustVolatileAsyncAllocator::deallocate ( char ptr,
size_t   
)
inline

Definition at line 33 of file CUDAThrustHelpers.h.


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