Home
last modified time | relevance | path

Searched defs:bootstrap_calloc (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h12 #define bootstrap_calloc JEMALLOC_N(bootstrap_calloc) macro
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c279 bootstrap_calloc(size_t num, size_t size) { in bootstrap_calloc() function