Searched refs:malloc_allocator (Results 1 – 4 of 4) sorted by relevance
109 class malloc_allocator : public malloc_allocator_base114 malloc_allocator() TEST_NOEXCEPT { assert(!disable_default_constructor); } in malloc_allocator() function117 malloc_allocator(malloc_allocator<U>) TEST_NOEXCEPT {} in malloc_allocator() function131 friend bool operator==(malloc_allocator, malloc_allocator) {return true;}132 friend bool operator!=(malloc_allocator x, malloc_allocator y) {return !(x == y);}
51 using MAlloc = malloc_allocator<CharT>; in doShortStringTest()92 using MAlloc = malloc_allocator<CharT>; in doLongStringTest()
42 using Alloc = malloc_allocator<CharT>; in main()
290 MallocDataAllocator malloc_allocator; in ParseNodes() local292 &malloc_allocator, &builtin_data)); in ParseNodes()