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

  /external/jemalloc/include/jemalloc/internal/
prof.h 249 extern size_t opt_lg_prof_sample; /* Mean bytes between samples. */
278 * Initialized as opt_lg_prof_sample, and potentially modified during profiling
private_namespace.h 377 #define opt_lg_prof_sample JEMALLOC_N(opt_lg_prof_sample) macro
    [all...]
private_unnamespace.h 377 #undef opt_lg_prof_sample macro
  /external/jemalloc/src/
ctl.c 111 CTL_PROTO(opt_lg_prof_sample)
288 {NAME("lg_prof_sample"), CTL(opt_lg_prof_sample)},
    [all...]
prof.c 20 size_t opt_lg_prof_sample = LG_PROF_SAMPLE_DEFAULT; variable
    [all...]
jemalloc.c 1284 CONF_HANDLE_SIZE_T(opt_lg_prof_sample,
    [all...]

Completed in 84 milliseconds