Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dmin_allocator.h109 class malloc_allocator : public malloc_allocator_base
114 malloc_allocator() TEST_NOEXCEPT { assert(!disable_default_constructor); } in malloc_allocator() function
117 malloc_allocator(malloc_allocator<U>) TEST_NOEXCEPT {} in malloc_allocator() function
131 friend bool operator==(malloc_allocator, malloc_allocator) {return true;}
132 friend bool operator!=(malloc_allocator x, malloc_allocator y) {return !(x == y);}
/external/cronet/buildtools/third_party/libc++/trunk/test/support/
Dmin_allocator.h114 class malloc_allocator : public malloc_allocator_base
119 malloc_allocator() TEST_NOEXCEPT { assert(!disable_default_constructor); } in malloc_allocator() function
122 malloc_allocator(malloc_allocator<U>) TEST_NOEXCEPT {} in malloc_allocator() function
140 friend bool operator==(malloc_allocator, malloc_allocator) {return true;}
141 friend bool operator!=(malloc_allocator x, malloc_allocator y) {return !(x == y);}
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.native.obs/
Dstring_alloc.pass.cpp51 using MAlloc = malloc_allocator<CharT>; in doShortStringTest()
92 using MAlloc = malloc_allocator<CharT>; in doLongStringTest()
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/input.output/filesystems/class.path/path.member/path.native.obs/
Dstring_alloc.pass.cpp63 using MAlloc = malloc_allocator<CharT>; in doShortStringTest()
104 using MAlloc = malloc_allocator<CharT>; in doLongStringTest()
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.generic.obs/
Dgeneric_string_alloc.pass.cpp42 using Alloc = malloc_allocator<CharT>; in main()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/filesystems/class.path/path.member/path.generic.obs/
Dgeneric_string_alloc.pass.cpp44 using Alloc = malloc_allocator<CharT>; in doAllocTest()
/external/tensorflow/tensorflow/lite/
Dinterpreter_builder.cc374 MallocDataAllocator malloc_allocator; in ParseNodes() local
376 &malloc_allocator, &builtin_data)); in ParseNodes()
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/containers/sequences/deque/
Dspare_block_handling.pass.cpp45 using Deque = std::deque<T, malloc_allocator<T> >;
/external/skia/bazel/rbe/gce_linux/cc/
Dmodule.modulemap897 textual header "/usr/include/c++/10/ext/malloc_allocator.h"
5004 textual header "/usr/include/c++/10/ext/malloc_allocator.h"