.TH "std::pmr::pool_options" 3cxx "Wed Jul 28 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::pmr::pool_options \- Parameters for tuning a pool resource's behaviour\&. .SH SYNOPSIS .br .PP .SS "Public Attributes" .in +1c .ti -1c .RI "size_t \fBlargest_required_pool_block\fP" .br .ti -1c .RI "size_t \fBmax_blocks_per_chunk\fP" .br .RI "Upper limit on number of blocks in a chunk\&. " .in -1c .SH "Detailed Description" .PP Parameters for tuning a pool resource's behaviour\&. .PP Definition at line 384 of file memory_resource\&. .SH "Member Data Documentation" .PP .SS "size_t std::pmr::pool_options::max_blocks_per_chunk" .PP 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\&. .PP Definition at line 391 of file memory_resource\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.