void * allocate(std::size_t size)
Allocates size bytes of memory.
PageAllocator(std::size_t pageSize=MinChunkSize)
Construct with minimum page size.
void deallocate(void *p, std::size_t size)
Deallocates memory of size bytes.
Page based allocator.
Definition: PageAllocator.h:77