Box2D  3.0.0
A Real-Time-Oriented 2-D Physics Engine
Public Attributes | List of all members
box2d::StackAllocator::Configuration Struct Reference

#include <StackAllocator.hpp>

Public Attributes

size_type preallocation_size = 100 * 1024
 
size_type allocation_records = 32
 

Member Data Documentation

◆ allocation_records

size_type box2d::StackAllocator::Configuration::allocation_records = 32

◆ preallocation_size

size_type box2d::StackAllocator::Configuration::preallocation_size = 100 * 1024

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