DOKK / manpages / debian 12 / libstdc++-11-doc / std::pmr_pool_options.3cxx.en
std::pmr::pool_options(3cxx) std::pmr::pool_options(3cxx)

std::pmr::pool_options - Parameters for tuning a pool resource's behaviour.


size_t largest_required_pool_block
size_t max_blocks_per_chunk
Upper limit on number of blocks in a chunk.

Parameters for tuning a pool resource's behaviour.

Definition at line 385 of file memory_resource.

Definition at line 399 of file memory_resource.

Upper limit on number of blocks in a chunk. A lower value prevents allocating huge chunks that could remain mostly unused, but means pools will need to replenished more frequently.

Definition at line 392 of file memory_resource.

Generated automatically by Doxygen for libstdc++ from the source code.

Thu Feb 16 2023 libstdc++