Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dfallback_malloc.h21 _LIBCXXABI_HIDDEN void * __calloc_with_fallback(size_t count, size_t size);
H A Dcxa_exception_storage.cpp81 __calloc_with_fallback(1, sizeof(__cxa_eh_globals))); in __cxa_get_globals()
H A Dfallback_malloc.cpp273 void* __calloc_with_fallback(size_t count, size_t size) { in __calloc_with_fallback() function