Home
last modified time | relevance | path

Searched refs:bootstrap_calloc (Results 1 – 4 of 4) sorted by relevance

/src/contrib/jemalloc/src/
H A Dmutex.c183 bootstrap_calloc) != 0) { in malloc_mutex_init()
244 bootstrap_calloc) != 0) { in malloc_mutex_boot()
H A Djemalloc.c354 bootstrap_calloc(size_t num, size_t size) { in bootstrap_calloc() function
/src/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_externs.h59 void *bootstrap_calloc(size_t num, size_t size);
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h11 #define bootstrap_calloc JEMALLOC_N(bootstrap_calloc) macro