Home
last modified time | relevance | path

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

/third_party/boost/libs/interprocess/example/
Ddoc_complex_map.cpp26 typedef allocator<void, segment_manager_t> void_allocator; typedef
43 complex_data(int id, const char *name, const void_allocator &void_alloc) in complex_data()
94 void_allocator alloc_inst (segment.get_segment_manager()); in main()
/third_party/boost/libs/pool/test/
Dtest_pool_alloc.cpp271 typedef boost::pool_allocator<void> void_allocator; in test_void() typedef
274 typedef void_allocator::rebind<int>::other int_allocator; in test_void()
/third_party/boost/boost/interprocess/smart_ptr/
Dshared_ptr.hpp371 typedef typename ManagedMemory::template allocator<void>::type void_allocator; typedef
373 typedef shared_ptr< T, void_allocator, deleter> type;