Public Member Functions | |
Allocator (HugePageP newblob, uint32 alignment) | |
![]() | |
bool | alloc_ext (Extent32 &ext) |
ssize_t | best_fit (size_t length) const |
char * | memory () const |
void | release_ext (const Extent32 &ext) |
SequentialFitAllocator (HugePageP newblob, uint32 alignment) | |
size_t | size () const |
size_t | sum () const |
~SequentialFitAllocator () | |
Additional Inherited Members | |
![]() | |
HugePageP | blob |
std::vector< Extent32 > | extents |
const uint32 | mem_alignment |