Home
last modified time | relevance | path

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

/external/libcxx/test/support/
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
/external/tensorflow/tensorflow/lite/
Dmodel.cc290 MallocDataAllocator malloc_allocator; in ParseNodes() local