OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__calloc_with_fallback
(Results
1 - 3
of
3
) sorted by null
/external/libcxxabi/src/
fallback_malloc.h
23
void *
__calloc_with_fallback
(size_t count, size_t size);
cxa_exception_storage.cpp
80
(
__calloc_with_fallback
(1, sizeof (__cxa_eh_globals)));
fallback_malloc.cpp
206
void *
__calloc_with_fallback
(size_t count, size_t size) {
function in namespace:__cxxabiv1
Completed in 871 milliseconds