Home
last modified time | relevance | path

Searched refs:prof_active (Results 1 – 6 of 6) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Dprof.h262 extern bool prof_active;
355 return (prof_active); in prof_active_get_unlocked()
/external/jemalloc/src/
Dprof.c37 bool prof_active; variable
1887 prof_active_current = prof_active; in prof_active_get()
1898 prof_active_old = prof_active; in prof_active_set()
1899 prof_active = active; in prof_active_set()
2092 prof_active = opt_prof_active; in prof_boot2()
Dstats.c500 OPT_WRITE_BOOL_MUTABLE(prof_active, prof.active) in stats_print()
Dctl.c144 CTL_PROTO(prof_active)
363 {NAME("active"), CTL(prof_active)},
/external/jemalloc/test/unit/
Dmallctl.c177 TEST_MALLCTL_OPT(bool, prof_active, prof); in TEST_BEGIN()
/external/jemalloc/
DMakefile.in129 $(srcroot)test/unit/prof_active.c \