29 void* allocate(
size_t size,
size_t alignment,
size_t offset);
30 void free(
void* ptr)
const;
36 void rewind(
const Mark& mark);
38 size_t getSize(
void* ptr)
const;
43 void* _current{
nullptr};
lug::System::Memory::Area::Page * currentPage
lug::System::Memory::Area::IArea *const _area