logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

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

                                                    libstdc++                       std::pmr::pool_options(3cxx)

Detailed Description

       Parameters for tuning a pool resource's behaviour.

       Since
           C++17

Member Data Documentation

size_tstd::pmr::pool_options::max_blocks_per_chunk
       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.

Name

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

Synopsis

       #include <memory_resource>

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

See Also