Anklang C++ API 0.0.0
Loading...
Searching...
No Matches
Allocator
Inheritance diagram for Allocator:
[legend]

Public Member Functions

Allocator (HugePageP newblob, uint32 alignment)
- Public Member Functions inherited from SequentialFitAllocator
boolalloc_ext (Extent32 &ext)
ssize_tbest_fit (size_t length) const
char *memory () const
voidrelease_ext (const Extent32 &ext)
SequentialFitAllocator (HugePageP newblob, uint32 alignment)
size_tsize () const
size_tsum () const
~SequentialFitAllocator ()

Additional Inherited Members

- Public Attributes inherited from SequentialFitAllocator
HugePagePblob
std::vector< Extent32 >extents
const uint32mem_alignment

Constructor & Destructor Documentation

Allocator()

Allocator ( HugePageP newblob,
uint32 alignment
)