Home
last modified time | relevance | path

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

/third_party/boost/libs/container/test/
Dderived_from_memory_resource.hpp38 do_deallocate_p = p; in do_deallocate()
60 do_deallocate_p = 0; in reset()
77 mutable void *do_deallocate_p; member in derived_from_memory_resource
Dmemory_resource_test.cpp43 BOOST_TEST(d.do_deallocate_p == 0); in test_deallocate()
49 BOOST_TEST(d.do_deallocate_p == &d); in test_deallocate()
Dpolymorphic_allocator_test.cpp78 BOOST_TEST(d.do_deallocate_p == &dummy); in test_deallocate()