HomeSort by relevance Sort by last modified time
    Searched refs:opt_prof (Results 1 - 7 of 7) sorted by null

  /external/jemalloc/src/
jemalloc.c 639 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) {
    [all...]
prof.c 19 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...]
chunk.c 206 if (config_prof && opt_prof && opt_prof_gdump && gdump)
ctl.c 103 CTL_PROTO(opt_prof)
244 {NAME("prof"), CTL(opt_prof)},
    [all...]
  /external/jemalloc/include/jemalloc/internal/
private_namespace.h 273 #define opt_prof JEMALLOC_N(opt_prof) macro
prof.h 191 extern bool opt_prof;
193 * Even if opt_prof is true, sampling can be temporarily disabled by setting
private_unnamespace.h 273 #undef opt_prof macro

Completed in 311 milliseconds