std::pmr::pool_options
Parameters for tuning a pool resource's behaviour.
- Provided by: libstdc++-14-doc (Version: 14.2.0-4ubuntu2~24.04.1)
- Source: gcc-14
- Report a bug
Parameters for tuning a pool resource's behaviour.
#include <memory_resource>
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.
Since
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.
Generated automatically by Doxygen for libstdc++ from the source code.