Home
last modified time | relevance | path

Searched refs:checkDeleteArrayCalledEq (Results 1 – 6 of 6) sorted by relevance

/external/libcxx/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/
Ddtor.pass.cpp25 assert(globalMemCounter.checkDeleteArrayCalledEq(0)); in main()
27 assert(globalMemCounter.checkDeleteArrayCalledEq(0)); in main()
31 assert(globalMemCounter.checkDeleteArrayCalledEq(0)); in main()
33 assert(globalMemCounter.checkDeleteArrayCalledEq(0)); in main()
37 assert(globalMemCounter.checkDeleteArrayCalledEq(0)); in main()
39 assert(globalMemCounter.checkDeleteArrayCalledEq(1)); in main()
/external/llvm-project/libcxx/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/
Ddtor.pass.cpp26 assert(globalMemCounter.checkDeleteArrayCalledEq(0)); in main()
28 assert(globalMemCounter.checkDeleteArrayCalledEq(0)); in main()
32 assert(globalMemCounter.checkDeleteArrayCalledEq(0)); in main()
34 assert(globalMemCounter.checkDeleteArrayCalledEq(0)); in main()
38 assert(globalMemCounter.checkDeleteArrayCalledEq(0)); in main()
40 assert(globalMemCounter.checkDeleteArrayCalledEq(1)); in main()
/external/libcxx/test/std/experimental/memory/memory.resource.global/
Dnull_memory_resource.pass.cpp109 assert(globalMemCounter.checkDeleteArrayCalledEq(0)); in test_deallocate()
/external/llvm-project/libcxx/test/std/experimental/memory/memory.resource.global/
Dnull_memory_resource.pass.cpp107 assert(globalMemCounter.checkDeleteArrayCalledEq(0)); in test_deallocate()
/external/libcxx/test/support/
Dcount_new.hpp289 bool checkDeleteArrayCalledEq(int n) const in checkDeleteArrayCalledEq() function in MemCounter
/external/llvm-project/libcxx/test/support/
Dcount_new.h288 bool checkDeleteArrayCalledEq(int n) const in checkDeleteArrayCalledEq() function