Home
last modified time | relevance | path

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

/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/libcxx/test/support/
Dcount_new.hpp167 bool checkDeleteCalledEq(int n) const in checkDeleteCalledEq() function in MemCounter