Searched refs:malloc_allocator (Results 1 – 9 of 9) 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);}
114 class malloc_allocator : public malloc_allocator_base119 malloc_allocator() TEST_NOEXCEPT { assert(!disable_default_constructor); } in malloc_allocator() function122 malloc_allocator(malloc_allocator<U>) TEST_NOEXCEPT {} in malloc_allocator() function140 friend bool operator==(malloc_allocator, malloc_allocator) {return true;}141 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()
63 using MAlloc = malloc_allocator<CharT>; in doShortStringTest()104 using MAlloc = malloc_allocator<CharT>; in doLongStringTest()
42 using Alloc = malloc_allocator<CharT>; in main()
44 using Alloc = malloc_allocator<CharT>; in doAllocTest()
374 MallocDataAllocator malloc_allocator; in ParseNodes() local376 &malloc_allocator, &builtin_data)); in ParseNodes()
45 using Deque = std::deque<T, malloc_allocator<T> >;
897 textual header "/usr/include/c++/10/ext/malloc_allocator.h"5004 textual header "/usr/include/c++/10/ext/malloc_allocator.h"