Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/
H A Dctl.h99 bool ctl_boot(void);
H A Dprivate_namespace.h138 #define ctl_boot JEMALLOC_N(ctl_boot) macro
/freebsd-12.1/contrib/jemalloc/src/
H A Djemalloc.c1304 if (ctl_boot()) { in malloc_init_hard_a0_locked()
H A Dctl.c1268 ctl_boot(void) { in ctl_boot() function