RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
Namespaces | Classes
RAJA::basic_mempool Namespace Reference

Namespaces

 detail
 

Classes

class  MemPool
 MemPool pre-allocates a large chunk of memory and provides generic malloc/free for the user to allocate aligned data within the pool. More...
 
struct  generic_allocator
 example allocator for basic_mempool using malloc/free More...