Searched refs:shared_pool_t (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/container/ |
D | node_allocator.hpp | 152 <sizeof(T), NodesPerBlock> shared_pool_t; in allocate() typedef 153 typedef dtl::singleton_default<shared_pool_t> singleton_t; in allocate() 171 <sizeof(T), NodesPerBlock> shared_pool_t; in deallocate() typedef 172 typedef dtl::singleton_default<shared_pool_t> singleton_t; in deallocate() 184 <sizeof(T), NodesPerBlock> shared_pool_t; in deallocate_free_blocks() typedef 185 typedef dtl::singleton_default<shared_pool_t> singleton_t; in deallocate_free_blocks() 214 <sizeof(T), NodesPerBlock> shared_pool_t; in allocate_one() typedef 215 typedef dtl::singleton_default<shared_pool_t> singleton_t; in allocate_one() 225 <sizeof(T), NodesPerBlock> shared_pool_t; in allocate_individual() typedef 226 typedef dtl::singleton_default<shared_pool_t> singleton_t; in allocate_individual() [all …]
|
D | adaptive_pool.hpp | 160 <sizeof(T), NodesPerBlock, MaxFreeBlocks, OverheadPercent> shared_pool_t; in allocate() typedef 161 typedef dtl::singleton_default<shared_pool_t> singleton_t; in allocate() 176 <sizeof(T), NodesPerBlock, MaxFreeBlocks, OverheadPercent> shared_pool_t; in deallocate() typedef 177 typedef dtl::singleton_default<shared_pool_t> singleton_t; in deallocate() 207 <sizeof(T), NodesPerBlock, MaxFreeBlocks, OverheadPercent> shared_pool_t; in allocate_one() typedef 208 typedef dtl::singleton_default<shared_pool_t> singleton_t; in allocate_one() 217 <sizeof(T), NodesPerBlock, MaxFreeBlocks, OverheadPercent> shared_pool_t; in allocate_individual() typedef 218 typedef dtl::singleton_default<shared_pool_t> singleton_t; in allocate_individual() 219 …singleton_t::instance().allocate_nodes(num_elements, static_cast<typename shared_pool_t::multiallo… in allocate_individual() 232 <sizeof(T), NodesPerBlock, MaxFreeBlocks, OverheadPercent> shared_pool_t; in deallocate_one() typedef [all …]
|