Searched refs:should_trim (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c2781 #define should_trim(M,s) ((s) > (M)->trim_check) macro
2783 #define should_trim(M,s) (0) macro
4802 if (should_trim(fm, tsize))
5192 if (should_trim(m, m->topsize))
5729 if (should_trim(fm, tsize))

Completed in 46 milliseconds