Searched refs:candidate_max (Results 1 – 1 of 1) sorted by relevance
24 int64_t candidate_max = (int64_t)(alloc - dalloc - peak->adjustment); in peak_update() local25 if (candidate_max > (int64_t)peak->cur_max) { in peak_update()26 peak->cur_max = candidate_max; in peak_update()