Searched refs:opt_prof (Results 1 - 7 of 7) sorted by relevance

/external/jemalloc/src/
H A Djemalloc.c639 CONF_HANDLE_BOOL(opt_prof, "prof", true)
921 if (config_prof && opt_prof) {
1030 if (config_prof && opt_prof) {
1152 if (config_prof && opt_prof) {
1227 if (config_prof && opt_prof) {
1262 if ((config_prof && opt_prof) || config_stats ||
1268 if (config_prof && opt_prof) {
1462 if (config_prof && opt_prof) {
1579 if ((config_prof && opt_prof) || config_stats ||
1585 if (config_prof && opt_prof) {
[all...]
H A Dprof.c19 bool opt_prof = false; variable
1167 if (opt_prof == false || prof_booted == false)
1333 * opt_prof must be in its final state before any arenas are
1337 if (opt_prof_leak && opt_prof == false) {
1339 * Enable opt_prof, but in such a way that profiles are never
1342 opt_prof = true;
1344 } else if (opt_prof) {
1358 if (opt_prof) {
1410 if (opt_prof) {
1424 if (opt_prof) {
[all...]
H A Dchunk.c206 if (config_prof && opt_prof && opt_prof_gdump && gdump)
H A Dctl.c103 CTL_PROTO(opt_prof)
244 {NAME("prof"), CTL(opt_prof)},
1168 CTL_RO_NL_CGEN(config_prof, opt_prof, opt_prof, bool)
/external/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h273 #define opt_prof JEMALLOC_N(opt_prof) macro
H A Dprof.h191 extern bool opt_prof;
193 * Even if opt_prof is true, sampling can be temporarily disabled by setting
H A Dprivate_unnamespace.h273 #undef opt_prof macro

Completed in 116 milliseconds