Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/support/
H A Dmin_allocator.h112 class malloc_allocator : public malloc_allocator_base
117 malloc_allocator() TEST_NOEXCEPT { assert(!disable_default_constructor); } in malloc_allocator() function
120 malloc_allocator(malloc_allocator<U>) TEST_NOEXCEPT {} in malloc_allocator() function
138 friend bool operator==(malloc_allocator, malloc_allocator) {return true;}
139 friend bool operator!=(malloc_allocator x, malloc_allocator y) {return !(x == y);}
/llvm-project-15.0.7/libcxx/test/libcxx/input.output/filesystems/class.path/path.member/path.native.obs/
H A Dstring_alloc.pass.cpp63 using MAlloc = malloc_allocator<CharT>; in doShortStringTest()
104 using MAlloc = malloc_allocator<CharT>; in doLongStringTest()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/path.generic.obs/
H A Dgeneric_string_alloc.pass.cpp44 using Alloc = malloc_allocator<CharT>; in doAllocTest()
/llvm-project-15.0.7/libcxx/test/libcxx/containers/sequences/deque/
H A Dspare_block_handling.pass.cpp43 using Deque = std::deque<T, malloc_allocator<T> >;