Home
last modified time | relevance | path

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

/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.native.obs/
Dstring_alloc.pass.cpp52 using MAlloc = malloc_allocator<CharT>; in doShortStringTest() typedef
53 MAlloc::reset(); in doShortStringTest()
56 using AStr = std::basic_string<CharT, Traits, MAlloc>; in doShortStringTest()
58 AStr s = p.string<CharT, Traits, MAlloc>(); in doShortStringTest()
60 assert(MAlloc::alloc_count == 0); in doShortStringTest()
61 assert(MAlloc::outstanding_alloc() == 0); in doShortStringTest()
63 MAlloc::reset(); in doShortStringTest()
66 using AStr = std::basic_string<CharT, Traits, MAlloc>; in doShortStringTest()
68 MAlloc a; in doShortStringTest()
70 MAlloc::disable_default_constructor = true; in doShortStringTest()
[all …]