Home
last modified time | relevance | path

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

/external/dlmalloc/
Dmalloc.c2720 #define should_trim(M,s) ((s) > (M)->trim_check) macro
2722 #define should_trim(M,s) (0) macro
4766 if (should_trim(fm, tsize)) in dlfree()
5161 if (should_trim(m, m->topsize)) in internal_bulk_free()
5707 if (should_trim(fm, tsize)) in mspace_free()
/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
4321 if (should_trim(fm, tsize)) in dlfree()
4722 if (should_trim(fm, tsize)) in mspace_free()
/external/libffi/src/
Ddlmalloc.c2177 #define should_trim(M,s) ((s) > (M)->trim_check) macro
2179 #define should_trim(M,s) (0) macro
4316 if (should_trim(fm, tsize)) in dlfree()
4717 if (should_trim(fm, tsize)) in mspace_free()