Home
last modified time | relevance | path

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

/external/libffi/src/
Ddlmalloc.c2182 #define should_trim(M,s) ((s) > (M)->trim_check) macro
2184 #define should_trim(M,s) (0) macro
/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c2182 #define should_trim(M,s) ((s) > (M)->trim_check) macro
2184 #define should_trim(M,s) (0) macro
/external/dlmalloc/
Dmalloc.c2720 #define should_trim(M,s) ((s) > (M)->trim_check) macro
2722 #define should_trim(M,s) (0) macro