Searched defs:opt_prof (Results 1 - 3 of 3) sorted by relevance

/external/jemalloc/src/
H A Dprof.c17 bool opt_prof = false; variable
1711 if (!opt_prof || !prof_booted)
2169 * opt_prof must be in its final state before any arenas are
2173 if (opt_prof_leak && !opt_prof) {
2175 * Enable opt_prof, but in such a way that profiles are never
2178 opt_prof = true;
2180 } else if (opt_prof) {
2194 if (opt_prof) {
2284 if (opt_prof) {
2301 if (opt_prof) {
[all...]
/external/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h380 #define opt_prof JEMALLOC_N(opt_prof) macro
H A Dprivate_unnamespace.h380 #undef opt_prof macro

Completed in 72 milliseconds