Home
last modified time | relevance | path

Searched refs:checkLastNewSizeEq (Results 1 – 9 of 9) sorted by relevance

/external/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
Dallocate.pass.cpp69 assert(globalMemCounter.checkLastNewSizeEq(3 * sizeof(T))); in test_aligned()
89 assert(globalMemCounter.checkLastNewSizeEq(11 * sizeof(T))); in test_aligned()
Dconstruct.pass.cpp68 assert(globalMemCounter.checkLastNewSizeEq(3 * sizeof(int))); in main()
118 assert(globalMemCounter.checkLastNewSizeEq(3 * sizeof(int))); in main()
/external/llvm-project/libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/
Dconstruct.cxx2a.pass.cpp75 assert(globalMemCounter.checkLastNewSizeEq(3 * sizeof(int))); in main()
125 assert(globalMemCounter.checkLastNewSizeEq(3 * sizeof(int))); in main()
Dallocate.cxx2a.pass.cpp68 assert(globalMemCounter.checkLastNewSizeEq(11 * sizeof(T))); in test_aligned()
/external/llvm-project/libcxx/test/std/experimental/memory/memory.resource.global/
Dnew_delete_resource.pass.cpp88 assert(globalMemCounter.checkLastNewSizeEq(50)); in test_allocate_deallocate()
/external/libcxx/test/std/experimental/memory/memory.resource.global/
Dnew_delete_resource.pass.cpp88 assert(globalMemCounter.checkLastNewSizeEq(50)); in test_allocate_deallocate()
/external/llvm-project/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
Dallocate.pass.cpp70 assert(globalMemCounter.checkLastNewSizeEq(3 * sizeof(T))); in test_aligned()
/external/libcxx/test/support/
Dcount_new.hpp239 bool checkLastNewSizeEq(std::size_t n) const in checkLastNewSizeEq() function in MemCounter
/external/llvm-project/libcxx/test/support/
Dcount_new.h238 bool checkLastNewSizeEq(std::size_t n) const in checkLastNewSizeEq() function