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::malloc_allocator Struct Reference

#include <malloc_allocator.h>

Public Member Functions

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

Detailed Description

Definition at line 39 of file malloc_allocator.h.

Member Function Documentation

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

Definition at line 41 of file malloc_allocator.h.

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

Definition at line 46 of file malloc_allocator.h.


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