PlayRho  2.0.0
An interactive physics engine & library.
playrho::pmr::pool_options Struct Reference

Options for memory pooling. More...

#include <playrho/pmr/MemoryResource.hpp>

Public Attributes

std::size_t largest_required_pool_block = 0
 Largest required pool block.
 
std::size_t max_blocks_per_chunk = 0
 Max blocks per chunk.
 

Detailed Description

Options for memory pooling.

See also
https://en.cppreference.com/w/cpp/memory/pool_options

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