Searched defs:int_allocator (Results 1 – 4 of 4) sorted by relevance
15 typedef boost::detail::allocator::rebind_to<char_allocator, int>::type int_allocator; typedef
93 const IntAlloc *int_allocator() const { return int_allocator_.get(); } in int_allocator() function
27 typedef allocator<int, segment_manager_t> int_allocator; typedef
274 typedef void_allocator::rebind<int>::other int_allocator; in test_void() typedef