Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dfallback_malloc.h22 _LIBCXXABI_HIDDEN void * __calloc_with_fallback(size_t count, size_t size);
Dcxa_exception_storage.cpp79 (__calloc_with_fallback (1, sizeof (__cxa_eh_globals))); in __cxa_get_globals()
Dfallback_malloc.cpp225 void* __calloc_with_fallback(size_t count, size_t size) { in __calloc_with_fallback() function