Searched refs:void_allocator (Results 1 – 3 of 3) sorted by relevance
26 typedef allocator<void, segment_manager_t> void_allocator; typedef43 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()
271 typedef boost::pool_allocator<void> void_allocator; in test_void() typedef274 typedef void_allocator::rebind<int>::other int_allocator; in test_void()
371 typedef typename ManagedMemory::template allocator<void>::type void_allocator; typedef373 typedef shared_ptr< T, void_allocator, deleter> type;