Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/pool/example/
Dsys_allocator.hpp23 struct malloc_allocator struct
37 typedef malloc_allocator<U> other; argument
53 bool operator==(const malloc_allocator &) const { return true; } in operator ==() argument
54 bool operator!=(const malloc_allocator &) const { return false; } in operator !=() argument
56 malloc_allocator() { } in malloc_allocator() argument
58 malloc_allocator(const malloc_allocator<U> &) { } in malloc_allocator() argument
60 static void construct(const pointer p, const_reference t) in construct()
62 static void destroy(const pointer p) in destroy()
/aosp_15_r20/external/libcxx/test/support/
H A Dmin_allocator.h114 malloc_allocator() TEST_NOEXCEPT { assert(!disable_default_constructor); } in malloc_allocator() function
117 malloc_allocator(malloc_allocator<U>) TEST_NOEXCEPT {} in malloc_allocator() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dmin_allocator.h119 malloc_allocator() TEST_NOEXCEPT { assert(!disable_default_constructor); } in malloc_allocator() function
122 malloc_allocator(malloc_allocator<U>) TEST_NOEXCEPT {} in malloc_allocator() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dinterpreter_builder.cc374 MallocDataAllocator malloc_allocator; in ParseNodes() local