Lift
Library of parallel computing primitives for GPUs and multi-core CPUs
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Member Functions | List of all members
lift::cuda_allocator Struct Reference

#include <cuda_allocator.h>

Public Member Functions

void * allocate (size_t n_bytes)
 
void deallocate (const void *p)
 

Detailed Description

Definition at line 39 of file cuda_allocator.h.

Member Function Documentation

void* lift::cuda_allocator::allocate ( size_t  n_bytes)
inline

Definition at line 41 of file cuda_allocator.h.

void lift::cuda_allocator::deallocate ( const void *  p)
inline

Definition at line 48 of file cuda_allocator.h.


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