Home
last modified time | relevance | path

Searched refs:checkDeleteCalledEq (Results 1 – 9 of 9) sorted by relevance

/external/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
Dallocate.pass.cpp75 assert(globalMemCounter.checkDeleteCalledEq(1)); in test_aligned()
96 assert(globalMemCounter.checkDeleteCalledEq(1)); in test_aligned()
/external/llvm-project/libcxx/test/std/experimental/memory/memory.resource.global/
Dnew_delete_resource.pass.cpp92 assert(globalMemCounter.checkDeleteCalledEq(1)); in test_allocate_deallocate()
Dnull_memory_resource.pass.cpp106 assert(globalMemCounter.checkDeleteCalledEq(0)); in test_deallocate()
/external/libcxx/test/std/experimental/memory/memory.resource.global/
Dnew_delete_resource.pass.cpp92 assert(globalMemCounter.checkDeleteCalledEq(1)); in test_allocate_deallocate()
Dnull_memory_resource.pass.cpp108 assert(globalMemCounter.checkDeleteCalledEq(0)); in test_deallocate()
/external/llvm-project/libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/
Dallocate.cxx2a.pass.cpp75 assert(globalMemCounter.checkDeleteCalledEq(1)); in test_aligned()
/external/llvm-project/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
Dallocate.pass.cpp76 assert(globalMemCounter.checkDeleteCalledEq(1)); in test_aligned()
/external/libcxx/test/support/
Dcount_new.hpp204 bool checkDeleteCalledEq(int n) const in checkDeleteCalledEq() function in MemCounter
/external/llvm-project/libcxx/test/support/
Dcount_new.h203 bool checkDeleteCalledEq(int n) const in checkDeleteCalledEq() function