Searched refs:checkDealloc (Results 1 – 8 of 8) 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/llvm-project/libcxx/test/std/experimental/memory/memory.resource/memory.resource.public/ |
D | deallocate.pass.cpp | 66 assert(P.checkDealloc(p, s, a)); in main() 73 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/llvm-project/libcxx/test/support/ |
D | test_memory_resource.h | 69 bool checkDealloc(void* p, std::size_t s, std::size_t a) const 70 { return C.checkDealloc(p, s, a); }
|
D | controlled_allocators.h | 167 bool checkDealloc(void* p, size_t s, size_t a) const { in checkDealloc() function 173 bool checkDealloc(void* p, size_t s) const { in checkDealloc() function
|
/external/llvm-project/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()
|
/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()
|