PlayRho  2.0.0
An interactive physics engine & library.
playrho::StackAllocator::Conf Struct Reference

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.
 

Detailed Description

Stack allocator configuration data.


The documentation for this struct was generated from the following file: