Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dpeak.h24 int64_t candidate_max = (int64_t)(alloc - dalloc - peak->adjustment); in peak_update() local
25 if (candidate_max > (int64_t)peak->cur_max) { in peak_update()
26 peak->cur_max = candidate_max; in peak_update()