Home
last modified time | relevance | path

Searched defs:int_allocator (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/detail/test/
Dallocator_utilities_test.cpp15 typedef boost::detail::allocator::rebind_to<char_allocator, int>::type int_allocator; typedef
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/
Dglobal_context.h93 const IntAlloc *int_allocator() const { return int_allocator_.get(); } in int_allocator() function
/third_party/boost/libs/interprocess/example/
Ddoc_complex_map.cpp27 typedef allocator<int, segment_manager_t> int_allocator; typedef
/third_party/boost/libs/pool/test/
Dtest_pool_alloc.cpp274 typedef void_allocator::rebind<int>::other int_allocator; in test_void() typedef