Home
last modified time | relevance | path

Searched refs:checkNewCalledEq (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
Dallocate.pass.cpp67 assert(globalMemCounter.checkNewCalledEq(1)); in test_aligned()
87 assert(globalMemCounter.checkNewCalledEq(1)); in test_aligned()
/external/libcxx/test/support/
Dcount_new.hpp189 bool checkNewCalledEq(int n) const in checkNewCalledEq() function in MemCounter
473 assert(globalMemCounter.checkNewCalledEq(static_cast<int>(Expect)) || in ~RequireAllocationGuard()