Searched refs:cached_adaptive_pool (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/boost/interprocess/allocators/ |
D | cached_adaptive_pool.hpp | 123 class cached_adaptive_pool class 152 typedef boost::interprocess::version_type<cached_adaptive_pool, 2> version; 157 typedef cached_adaptive_pool 161 cached_adaptive_pool(SegmentManager *segment_mngr, in cached_adaptive_pool() function in boost::interprocess::cached_adaptive_pool 167 cached_adaptive_pool in cached_adaptive_pool() function in boost::interprocess::cached_adaptive_pool 168 …(const cached_adaptive_pool<T2, SegmentManager, NodesPerBlock, MaxFreeBlocks, OverheadPercent> &ot… in cached_adaptive_pool() 191 …typedef cached_adaptive_pool<T2, SegmentManager, NodesPerBlock, MaxFreeBlocks, OverheadPercent> ot… 198 cached_adaptive_pool& operator= 199 (const cached_adaptive_pool<T2, SegmentManager2, N2, F2, OP2>&); 203 cached_adaptive_pool& operator=(const cached_adaptive_pool&); [all …]
|
/third_party/boost/libs/interprocess/test/ |
D | cached_adaptive_pool_test.cpp | 25 typedef cached_adaptive_pool 37 template class cached_adaptive_pool<int, managed_shared_memory::segment_manager>; variable 38 template class cached_adaptive_pool<void, managed_shared_memory::segment_manager>; variable
|
/third_party/boost/libs/interprocess/example/ |
D | doc_cached_adaptive_pool.cpp | 58 typedef cached_adaptive_pool<int, managed_shared_memory::segment_manager> in main()
|
/third_party/boost/boost/interprocess/ |
D | interprocess_fwd.hpp | 235 class cached_adaptive_pool;
|
/third_party/boost/libs/interprocess/doc/ |
D | interprocess.qbk | 4790 [classref boost::interprocess::cached_adaptive_pool cached_adaptive_pool]. 4796 [classref boost::interprocess::cached_adaptive_pool cached_adaptive_pool] implement 4912 [section:cached_adaptive_pool cached_adaptive_pool: Avoiding synchronization overhead] 4917 [classref boost::interprocess::cached_adaptive_pool cached_adaptive_pool] 4921 [classref boost::interprocess::cached_adaptive_pool cached_adaptive_pools] or 4924 [*Equality:] Two [classref boost::interprocess::cached_adaptive_pool cached_adaptive_pool] 4930 To use [classref boost::interprocess::cached_adaptive_pool cached_adaptive_pool], 4935 #include <boost/interprocess/allocators/cached_adaptive_pool.hpp> 4937 [classref boost::interprocess::cached_adaptive_pool cached_adaptive_pool] 4946 class cached_adaptive_pool; [all …]
|
/third_party/boost/doc/html/ |
D | doc_HTML.manifest | 1326 boost/interprocess/cached_adaptive_pool.html 1327 boost/interprocess/cached_adaptive_pool/rebind.html
|