Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dbase_externs.h20 bool base_boot(tsdn_t *tsdn);
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h119 #define base_boot JEMALLOC_N(base_boot) macro
/freebsd/contrib/jemalloc/src/
H A Dbase.c511 base_boot(tsdn_t *tsdn) { in base_boot() function
H A Djemalloc.c1525 if (base_boot(TSDN_NULL)) { in malloc_init_hard_a0_locked()