33 #include "../api_core.h"
42 class BlockAllocator_Impl;
80 void *allocate(
int size);
91 std::shared_ptr<BlockAllocator_Impl> impl;
114 void operator delete(
void *data,
size_t size);
Class with operator new/delete overloads for BlockAllocator.
Definition: block_allocator.h:106
Memory allocator that allocates in blocks.
Definition: block_allocator.h:54