void alloc(T **p, size_t s, bool forceAligned128)
allocates data in a free area or sets p to nullptr
Definition: ListAllocator.h:40
void allocate(T **ptr, size_t s, bool forceAligned128)
Definition: InPageAllocator.h:45
~InPageAllocator()
Definition: InPageAllocator.h:37
InPageAllocator(std::size_t page_size)
Definition: InPageAllocator.h:28
Definition: InPageAllocator.h:21