Searched refs:MAlloc (Results 1 – 1 of 1) sorted by relevance
52 using MAlloc = malloc_allocator<CharT>; in doShortStringTest() typedef53 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 …]