Home
last modified time | relevance | path

Searched refs:bytes_until_sample (Results 1 – 2 of 2) sorted by relevance

/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/
H A Dprof.h213 uint64_t bytes_until_sample; member
448 if (tdata->bytes_until_sample >= usize) { in prof_sample_accum_update()
450 tdata->bytes_until_sample -= usize; in prof_sample_accum_update()
/redis-3.2.3/deps/jemalloc/src/
H A Dprof.c850 tdata->bytes_until_sample = 0; in prof_sample_threshold_update()
875 tdata->bytes_until_sample = (uint64_t)(log(u) / in prof_sample_threshold_update()