MemSlab - This structure lives at the beginning of every slab allocated by the bump allocator. More...
#include <Allocator.h>
Public Attributes | |
size_t | Size |
MemSlab * | NextPtr |
MemSlab - This structure lives at the beginning of every slab allocated by the bump allocator.
size_t llvm::MemSlab::Size |