Home
last modified time | relevance | path

Searched refs:checkAlignedDeleteCalledEq (Results 1 – 5 of 5) sorted by relevance

/external/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
Dallocate.pass.cpp76 assert(globalMemCounter.checkAlignedDeleteCalledEq(ExpectAligned)); in test_aligned()
97 assert(globalMemCounter.checkAlignedDeleteCalledEq(ExpectAligned)); in test_aligned()
/external/llvm-project/libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/
Dallocate.cxx2a.pass.cpp76 assert(globalMemCounter.checkAlignedDeleteCalledEq(ExpectAligned)); in test_aligned()
/external/llvm-project/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
Dallocate.pass.cpp77 assert(globalMemCounter.checkAlignedDeleteCalledEq(ExpectAligned)); in test_aligned()
/external/libcxx/test/support/
Dcount_new.hpp229 bool checkAlignedDeleteCalledEq(int n) const in checkAlignedDeleteCalledEq() function in MemCounter
/external/llvm-project/libcxx/test/support/
Dcount_new.h228 bool checkAlignedDeleteCalledEq(int n) const in checkAlignedDeleteCalledEq() function