Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/libcxx/input.output/filesystems/class.path/path.member/path.native.obs/
H A Dstring_alloc.pass.cpp72 assert(MAlloc::outstanding_alloc() == 0); in doShortStringTest()
85 assert(MAlloc::outstanding_alloc() == 0); in doShortStringTest()
124 assert(MAlloc::outstanding_alloc() == 1); in doLongStringTest()
137 assert(MAlloc::outstanding_alloc() == 1); in doLongStringTest()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/path.generic.obs/
H A Dgeneric_string_alloc.pass.cpp57 assert(Alloc::outstanding_alloc() == 1); in doAllocTest()
/llvm-project-15.0.7/libcxx/test/support/
H A Dmin_allocator.h91 static size_t outstanding_alloc() { in outstanding_alloc() function
97 assert(outstanding_alloc() == 0); in reset()