Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h29 extern bool prof_gdump_val;
H A Dprof_inlines_b.h14 return prof_gdump_val; in prof_gdump_get_unlocked()
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h320 #define prof_gdump_val JEMALLOC_N(prof_gdump_val) macro
/freebsd/contrib/jemalloc/src/
H A Dprof.c68 bool prof_gdump_val; variable
2903 prof_gdump_current = prof_gdump_val; in prof_gdump_get()
2913 prof_gdump_old = prof_gdump_val; in prof_gdump_set()
2914 prof_gdump_val = gdump; in prof_gdump_set()
2966 prof_gdump_val = opt_prof_gdump; in prof_boot2()