|
Galois
|
#include <Mem.h>
Public Types | |
| typedef ThreadPrivateHeap < FreeListHeap< BumpHeap < SystemHeap > > > | SizedHeap |
| [FixedSizeAllocator example] More... | |
Public Member Functions | |
| ~SizedHeapFactory () | |
Static Public Member Functions | |
| static SizedHeap * | getHeapForSize (const size_t) |
| [FixedSizeAllocator example] More... | |
Static Public Member Functions inherited from galois::runtime::StaticSingleInstance< SizedHeapFactory > | |
| static SizedHeapFactory * | getInstance (void) |
Friends | |
| class | StaticSingleInstance< SizedHeapFactory > |
| typedef ThreadPrivateHeap<FreeListHeap<BumpHeap<SystemHeap> > > galois::runtime::SizedHeapFactory::SizedHeap |
[FixedSizeAllocator example]
| SizedHeapFactory::~SizedHeapFactory | ( | ) |
|
static |
[FixedSizeAllocator example]
|
friend |