Searched defs:shared_pool_t (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/ |
D | node_allocator.hpp | 152 <sizeof(T), NodesPerBlock> shared_pool_t; in allocate() typedef 171 <sizeof(T), NodesPerBlock> shared_pool_t; in deallocate() typedef 184 <sizeof(T), NodesPerBlock> shared_pool_t; in deallocate_free_blocks() typedef 214 <sizeof(T), NodesPerBlock> shared_pool_t; in allocate_one() typedef 225 <sizeof(T), NodesPerBlock> shared_pool_t; in allocate_individual() typedef 239 <sizeof(T), NodesPerBlock> shared_pool_t; in deallocate_one() typedef 248 <sizeof(T), NodesPerBlock> shared_pool_t; in deallocate_individual() typedef
|
D | adaptive_pool.hpp | 164 <sizeof(T), NodesPerBlock, MaxFreeBlocks, OverheadPercent> shared_pool_t; in allocate() typedef 180 <sizeof(T), NodesPerBlock, MaxFreeBlocks, OverheadPercent> shared_pool_t; in deallocate() typedef 211 <sizeof(T), NodesPerBlock, MaxFreeBlocks, OverheadPercent> shared_pool_t; in allocate_one() typedef 221 <sizeof(T), NodesPerBlock, MaxFreeBlocks, OverheadPercent> shared_pool_t; in allocate_individual() typedef 236 <sizeof(T), NodesPerBlock, MaxFreeBlocks, OverheadPercent> shared_pool_t; in deallocate_one() typedef 244 <sizeof(T), NodesPerBlock, MaxFreeBlocks, OverheadPercent> shared_pool_t; in deallocate_individual() typedef 305 <sizeof(T), NodesPerBlock, MaxFreeBlocks, OverheadPercent> shared_pool_t; in deallocate_free_blocks() typedef
|