RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
Public Member Functions | List of all members
RAJA::basic_mempool::generic_allocator Struct Reference

example allocator for basic_mempool using malloc/free More...

#include <basic_mempool.hpp>

Public Member Functions

void * malloc (size_t nbytes)
 
bool free (void *ptr)
 

Detailed Description

example allocator for basic_mempool using malloc/free

Member Function Documentation

◆ malloc()

void* RAJA::basic_mempool::generic_allocator::malloc ( size_t  nbytes)
inline

◆ free()

bool RAJA::basic_mempool::generic_allocator::free ( void *  ptr)
inline

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