Galois::Runtime::MM::SimpleBumpPtrWithMallocFallback< SourceHeap > Class Template Reference
This implements a bump pointer though chunks of memory that falls back to malloc if the source heap cannot accommodate an allocation.
More...
#include <Mem.h>
List of all members.
Detailed Description
template<typename SourceHeap>
class Galois::Runtime::MM::SimpleBumpPtrWithMallocFallback< SourceHeap >
This implements a bump pointer though chunks of memory that falls back to malloc if the source heap cannot accommodate an allocation.
Member Enumeration Documentation
template<typename SourceHeap>
Constructor & Destructor Documentation
template<typename SourceHeap>
template<typename SourceHeap>
Member Function Documentation
template<typename SourceHeap>
template<typename SourceHeap>
template<typename SourceHeap>
template<typename SourceHeap>
Given block of memory P, update head pointer and offset metadata.
Member Data Documentation
template<typename SourceHeap>
template<typename SourceHeap>
template<typename SourceHeap>
The documentation for this class was generated from the following file: