Searched defs: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

Completed in 65 milliseconds