Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_exception.cpp110 static void *do_malloc(size_t size) { in do_malloc() function
161 __cxa_exception* exception_header = static_cast<__cxa_exception*>(do_malloc(actual_size)); in __cxa_allocate_exception()
180 void *ptr = do_malloc(actual_size); in __cxa_allocate_dependent_exception()