Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dprof.h179 uint64_t bytes_until_sample; member
351 if (prof_tdata->bytes_until_sample >= size) { in prof_sample_accum_update()
353 prof_tdata->bytes_until_sample -= size; in prof_sample_accum_update()
/external/jemalloc/src/
Dprof.c648 prof_tdata->bytes_until_sample = 0; in prof_sample_threshold_update()
673 prof_tdata->bytes_until_sample = (uint64_t)(log(u) / in prof_sample_threshold_update()