Searched refs:malloc_allocator (Results 1 – 4 of 4) sorted by relevance
112 class malloc_allocator : public malloc_allocator_base117 malloc_allocator() TEST_NOEXCEPT { assert(!disable_default_constructor); } in malloc_allocator() function120 malloc_allocator(malloc_allocator<U>) TEST_NOEXCEPT {} in malloc_allocator() function138 friend bool operator==(malloc_allocator, malloc_allocator) {return true;}139 friend bool operator!=(malloc_allocator x, malloc_allocator y) {return !(x == y);}
63 using MAlloc = malloc_allocator<CharT>; in doShortStringTest()104 using MAlloc = malloc_allocator<CharT>; in doLongStringTest()
44 using Alloc = malloc_allocator<CharT>; in doAllocTest()
43 using Deque = std::deque<T, malloc_allocator<T> >;