Home
last modified time | relevance | path

Searched refs:allocator_ref (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/unordered/test/objects/
Dtest.hpp361 allocator1() : tag_(0) { detail::tracker.allocator_ref(); } in allocator1()
363 explicit allocator1(int t) : tag_(t) { detail::tracker.allocator_ref(); } in allocator1()
367 detail::tracker.allocator_ref(); in allocator1()
372 detail::tracker.allocator_ref(); in allocator1()
607 allocator2() : tag_(0) { detail::tracker.allocator_ref(); } in allocator2()
609 explicit allocator2(int t) : tag_(t) { detail::tracker.allocator_ref(); } in allocator2()
613 detail::tracker.allocator_ref(); in allocator2()
618 detail::tracker.allocator_ref(); in allocator2()
Dexception.hpp390 test::detail::tracker.allocator_ref(); in allocator()
395 test::detail::tracker.allocator_ref(); in allocator()
400 test::detail::tracker.allocator_ref(); in allocator()
568 test::detail::tracker.allocator_ref(); in allocator2()
573 test::detail::tracker.allocator_ref(); in allocator2()
578 test::detail::tracker.allocator_ref(); in allocator2()
583 test::detail::tracker.allocator_ref(); in allocator2()
Dcxx11_allocator.hpp165 detail::tracker.allocator_ref(); in cxx11_allocator_base()
172 detail::tracker.allocator_ref(); in cxx11_allocator_base()
178 detail::tracker.allocator_ref(); in cxx11_allocator_base()
/third_party/boost/libs/unordered/test/helpers/
Dmemory.hpp73 void allocator_ref() in allocator_ref() function