Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dprof_inlines_b.h84 if (likely(tdata->bytes_until_sample >= usize)) { in prof_sample_accum_update()
86 tdata->bytes_until_sample -= usize; in prof_sample_accum_update()
Dprof_structs.h172 uint64_t bytes_until_sample; member
/external/jemalloc/include/jemalloc/internal/
Dprof.h213 uint64_t bytes_until_sample; member
449 if (likely(tdata->bytes_until_sample >= usize)) { in prof_sample_accum_update()
451 tdata->bytes_until_sample -= usize; in prof_sample_accum_update()
/external/jemalloc/src/
Dprof.c855 tdata->bytes_until_sample = 0; in prof_sample_threshold_update()
879 tdata->bytes_until_sample = (uint64_t)(log(u) / in prof_sample_threshold_update()
/external/jemalloc_new/src/
Dprof.c882 tdata->bytes_until_sample = 0; in prof_sample_threshold_update()
906 tdata->bytes_until_sample = (uint64_t)(log(u) / in prof_sample_threshold_update()