Classes | |
class | mmapWrapper |
Base mmap wrapper. More... | |
class | ThreadAwarePrivateHeap |
Per-thread heaps using Galois thread aware construct. More... | |
class | LockedHeap |
Apply a lock to a heap. More... | |
class | ZeroOut |
class | AddHeader |
Add a header to objects. More... | |
class | OwnerTaggedHeap |
Allow looking up parent heap pointers. More... | |
class | FreeListHeap |
Maintain a freelist. More... | |
class | SelfLockFreeListHeap |
Maintain a freelist using a lock which doesn't cover SourceHeap. More... | |
class | BlockAlloc |
class | SimpleBumpPtr |
This implements a bump pointer though chunks of memory. More... | |
class | SystemBaseAlloc |
This is the base source of memory for all allocators. More... | |
class | MallocWrapper |
class | SizedAllocatorFactory |
class | FixedSizeAllocator |
class | FSBGaloisAllocator |
class | ExternRefGaloisAllocator |