Home
last modified time | relevance | path

Searched defs:allocator_v1 (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/interprocess/test/
Dallocator_v1.hpp43 class allocator_v1 class
103 allocator_v1(segment_manager *segment_mngr) in allocator_v1() function in boost::interprocess::test::allocator_v1
107 allocator_v1(const allocator_v1 &other) in allocator_v1() function in boost::interprocess::test::allocator_v1
112 allocator_v1(const allocator_v1<T2, SegmentManager> &other) in allocator_v1() function in boost::interprocess::test::allocator_v1
/third_party/boost/boost/interprocess/smart_ptr/detail/
Dsp_counted_impl.hpp49 typedef ipcdetail::integral_constant<unsigned, 1> allocator_v1; typedef