Home
last modified time | relevance | path

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

/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.native.obs/
Dstring_alloc.pass.cpp60 assert(MAlloc::outstanding_alloc() == 0); in doShortStringTest()
73 assert(MAlloc::outstanding_alloc() == 0); in doShortStringTest()
101 assert(MAlloc::outstanding_alloc() == 1); in doLongStringTest()
114 assert(MAlloc::outstanding_alloc() == 1); in doLongStringTest()
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.generic.obs/
Dgeneric_string_alloc.pass.cpp53 assert(Alloc::outstanding_alloc() == 1); in main()
/external/libcxx/test/support/
Dmin_allocator.h89 static size_t outstanding_alloc() { in outstanding_alloc() function
95 assert(outstanding_alloc() == 0); in reset()