Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dprof_structs.h158 uint64_t bytes_until_sample; member
A Dprof_inlines.h123 if (likely(tdata->bytes_until_sample >= usize)) { in prof_sample_accum_update()
125 tdata->bytes_until_sample -= usize; in prof_sample_accum_update()
/third_party/ulib/jemalloc/src/
A Dprof.c848 tdata->bytes_until_sample = 0; in prof_sample_threshold_update()
872 tdata->bytes_until_sample = (uint64_t)(log(u) / in prof_sample_threshold_update()

Completed in 10 milliseconds