Stack allocator configuration data. More...
#include <playrho/StackAllocator.hpp>
Public Attributes | |
size_type | allocation_records = DefaultAllocationRecords |
Allocation records. | |
size_type | preallocation_size = DefaultPreallocationSize |
Preallocation size. | |
Static Public Attributes | |
static constexpr auto | DefaultAllocationRecords = size_type(32) |
Default allocation records. | |
static constexpr auto | DefaultPreallocationSize = size_type(100 * 1024) |
Default preallocation size. | |
Stack allocator configuration data.