Home
last modified time | relevance | path

Searched defs:should_trim (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c2134 #define should_trim(M,s) ((s) > (M)->trim_check) macro
2136 #define should_trim(M,s) (0) macro
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2669 #define should_trim(M,s) ((s) > (M)->trim_check) macro
2671 #define should_trim(M,s) (0) macro