Searched refs:__calloc_with_fallback (Results 1 – 3 of 3) sorted by relevance
21 _LIBCXXABI_HIDDEN void * __calloc_with_fallback(size_t count, size_t size);
81 __calloc_with_fallback(1, sizeof(__cxa_eh_globals))); in __cxa_get_globals()
273 void* __calloc_with_fallback(size_t count, size_t size) { in __calloc_with_fallback() function