Searched refs:track_destroy (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/unordered/test/helpers/ |
D | memory.hpp | 143 void track_destroy(void* /*ptr*/, std::size_t /*size*/, int /*tag*/) in track_destroy() function
|
/third_party/boost/libs/unordered/test/objects/ |
D | cxx11_allocator.hpp | 228 detail::tracker.track_destroy((void*)p, sizeof(T), tag_); in destroy()
|
D | test.hpp | 406 detail::tracker.track_destroy((void*)p, sizeof(U), tag_); in destroy() 663 detail::tracker.track_destroy((void*)p, sizeof(T), tag_); in destroy()
|
D | exception.hpp | 501 test::detail::tracker.track_destroy((void*)p, sizeof(T), tag_); in destroy() 680 test::detail::tracker.track_destroy((void*)p, sizeof(T), tag_); in destroy()
|