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

  /external/jemalloc/include/jemalloc/internal/
prof.h 304 void prof_reset(tsd_t *tsd, size_t lg_sample);
  /external/jemalloc/src/
ctl.c 379 {NAME("lg_sample"), CTL(lg_prof_sample)}
2091 size_t lg_sample = lg_prof_sample; local
    [all...]
prof.c     [all...]
stats.c 749 OPT_WRITE_SSIZE_T_MUTABLE(lg_prof_sample, prof.lg_sample, ",")
935 CTL_GET("prof.lg_sample", &ssv, ssize_t);
937 "\t\t\t\"lg_sample\": %zd\n", ssv);
    [all...]

Completed in 151 milliseconds