Searched refs:lg_sample (Results 1 – 5 of 5) sorted by relevance
/external/jemalloc/src/ |
D | ctl.c | 2091 size_t lg_sample = lg_prof_sample; in prof_reset_ctl() local 2097 WRITE(lg_sample, size_t); in prof_reset_ctl() 2098 if (lg_sample >= (sizeof(uint64_t) << 3)) in prof_reset_ctl() 2099 lg_sample = (sizeof(uint64_t) << 3) - 1; in prof_reset_ctl() 2101 prof_reset(tsd, lg_sample); in prof_reset_ctl()
|
D | prof.c | 1956 prof_reset(tsd_t *tsd, size_t lg_sample) in prof_reset() argument 1960 assert(lg_sample < (sizeof(uint64_t) << 3)); in prof_reset() 1965 lg_prof_sample = lg_sample; in prof_reset()
|
D | stats.c | 749 OPT_WRITE_SSIZE_T_MUTABLE(lg_prof_sample, prof.lg_sample, ",") in stats_general_print()
|
/external/jemalloc/include/jemalloc/internal/ |
D | prof.h | 304 void prof_reset(tsd_t *tsd, size_t lg_sample);
|
/external/jemalloc/ |
D | ChangeLog | 339 "prof.lg_sample", "thread.prof.name", "thread.prof.active",
|