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

/external/jemalloc/src/
H A Dprof.c17 bool opt_prof = false; variable
1604 if (!opt_prof || !prof_booted)
2061 * opt_prof must be in its final state before any arenas are
2065 if (opt_prof_leak && !opt_prof) {
2067 * Enable opt_prof, but in such a way that profiles are never
2070 opt_prof = true;
2072 } else if (opt_prof) {
2086 if (opt_prof) {
2167 if (opt_prof) {
2185 if (opt_prof) {
[all...]
/external/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h334 #define opt_prof JEMALLOC_N(opt_prof) macro
H A Dprivate_unnamespace.h334 #undef opt_prof macro

Completed in 83 milliseconds