Home
last modified time | relevance | path

Searched refs:select_num_pools (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dmemory_resource.cc967 select_num_pools(const pool_options& opts) in select_num_pools() function
987 _M_npools(select_num_pools(_M_opts)) in __pool_resource()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dmemory_resource.cc937 select_num_pools(const pool_options& opts) in select_num_pools() function
957 _M_npools(select_num_pools(_M_opts)) in __pool_resource()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2018696 * src/c++17/memory_resource.cc (select_num_pools): Fix off-by-one
711 (select_num_pools): Increase number of pools by one unless it exactly
806 (munge_options, pool_index, select_num_pools): New internal functions.