LLVM API Documentation
#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.
Definition at line 53 of file Allocator.h.
Definition at line 56 of file Allocator.h.
Referenced by llvm::MallocSlabAllocator::Allocate(), llvm::BumpPtrAllocator::Allocate(), llvm::SpecificBumpPtrAllocator< T >::DestroyAll(), llvm::BumpPtrAllocator::GetNumSlabs(), llvm::BumpPtrAllocator::getTotalMemory(), llvm::BumpPtrAllocator::PrintStats(), and llvm::BumpPtrAllocator::Reset().
| size_t llvm::MemSlab::Size |
Definition at line 55 of file Allocator.h.
Referenced by llvm::MallocSlabAllocator::Allocate(), llvm::BumpPtrAllocator::Allocate(), llvm::SpecificBumpPtrAllocator< T >::DestroyAll(), and llvm::BumpPtrAllocator::Reset().