Home
last modified time | relevance | path

Searched refs: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
4287 if (should_trim(fm, tsize)) in dlfree()
4692 if (should_trim(fm, tsize)) in mspace_free()
/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
4891 if (should_trim(fm, tsize)) in dlfree()
5322 if (should_trim(fm, tsize)) in mstar_mspace_free()