playrho::StackAllocator::Conf Struct Reference

Stack allocator configuration data. More...

#include <StackAllocator.hpp>

Public Attributes

size_type preallocation_size = 100 * 1024
 Preallocation size. More...
 
size_type allocation_records = 32
 Allocation records. More...
 

Detailed Description

Stack allocator configuration data.

Definition at line 42 of file StackAllocator.hpp.

Member Data Documentation

◆ preallocation_size

size_type playrho::StackAllocator::Conf::preallocation_size = 100 * 1024

Preallocation size.

Definition at line 44 of file StackAllocator.hpp.

◆ allocation_records

size_type playrho::StackAllocator::Conf::allocation_records = 32

Allocation records.

Definition at line 45 of file StackAllocator.hpp.


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