Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dfallback_malloc.h20 void * __malloc_with_fallback(size_t size);
Dcxa_exception.cpp145 static_cast<__cxa_exception *>(__malloc_with_fallback(actual_size)); in __cxa_allocate_exception()
164 void *ptr = __malloc_with_fallback(actual_size); in __cxa_allocate_dependent_exception()
Dfallback_malloc.cpp199 void * __malloc_with_fallback(size_t size) { in __malloc_with_fallback() function