Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
Dallocate.pass.cpp68 assert(globalMemCounter.checkAlignedNewCalledEq(ExpectAligned)); in test_aligned()
88 assert(globalMemCounter.checkAlignedNewCalledEq(ExpectAligned)); in test_aligned()
/external/llvm-project/libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/
Dallocate.cxx2a.pass.cpp67 assert(globalMemCounter.checkAlignedNewCalledEq(ExpectAligned)); in test_aligned()
/external/llvm-project/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
Dallocate.pass.cpp69 assert(globalMemCounter.checkAlignedNewCalledEq(ExpectAligned)); in test_aligned()
/external/libcxx/test/support/
Dcount_new.hpp214 bool checkAlignedNewCalledEq(int n) const in checkAlignedNewCalledEq() function in MemCounter
/external/llvm-project/libcxx/test/support/
Dcount_new.h213 bool checkAlignedNewCalledEq(int n) const in checkAlignedNewCalledEq() function