Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/jemalloc/include/jemalloc/internal/
Dctl.h79 bool ctl_boot(void);
Dprivate_namespace.h138 #define ctl_boot JEMALLOC_N(ctl_boot) macro
/freebsd-10-stable/contrib/jemalloc/src/
Djemalloc.c733 if (ctl_boot()) { in malloc_init_hard()
Dctl.c909 ctl_boot(void) in ctl_boot() function