Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/jemalloc/src/
HDmutex.c176 bootstrap_calloc) != 0) { in malloc_mutex_init()
237 bootstrap_calloc) != 0) { in malloc_mutex_boot()
HDjemalloc.c279 bootstrap_calloc(size_t num, size_t size) { in bootstrap_calloc() function
/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
HDjemalloc_internal_externs.h40 void *bootstrap_calloc(size_t num, size_t size);
HDprivate_namespace.h12 #define bootstrap_calloc JEMALLOC_N(bootstrap_calloc) macro