Searched refs:checkDealloc (Results 1 – 4 of 4) sorted by relevance
/external/libcxx/test/std/experimental/memory/memory.resource/memory.resource.public/ |
D | deallocate.pass.cpp | 65 assert(P.checkDealloc(p, s, a)); in main() 72 assert(P.checkDealloc(p, s, a)); in main()
|
/external/libcxx/test/support/ |
D | test_memory_resource.hpp | 70 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()
|
D | controlled_allocators.hpp | 168 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/ |
D | deallocate.pass.cpp | 39 assert(R.checkDealloc(ret, N * sizeof(T), alignof(T))); in testForSizeAndAlign()
|