Searched refs:__malloc_with_fallback (Results 1 – 3 of 3) sorted by relevance
20 void * __malloc_with_fallback(size_t size);
145 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()
199 void * __malloc_with_fallback(size_t size) { in __malloc_with_fallback() function