Home
last modified time | relevance | path

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

/external/libcxx/test/std/experimental/memory/memory.resource/memory.resource.public/
Ddeallocate.pass.cpp65 assert(P.checkDealloc(p, s, a)); in main()
72 assert(P.checkDealloc(p, s, a)); in main()
/external/libcxx/test/support/
Dtest_memory_resource.hpp70 bool checkDealloc(void* p, std::size_t s, std::size_t a) const in checkDealloc() function in TestResourceImp
71 { return C.checkDealloc(p, s, a); } in checkDealloc()
Dcontrolled_allocators.hpp168 bool checkDealloc(void* p, size_t s, size_t a) const { in checkDealloc() function
174 bool checkDealloc(void* p, size_t s) const { in checkDealloc() function
/external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
Ddeallocate.pass.cpp39 assert(R.checkDealloc(ret, N * sizeof(T), alignof(T))); in testForSizeAndAlign()