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

/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c2720 #define should_trim(M,s) ((s) > (M)->trim_check) macro
2722 #define should_trim(M,s) (0) macro
4764 if (should_trim(fm, tsize))
5154 if (should_trim(m, m->topsize))
5693 if (should_trim(fm, tsize))

Completed in 15 milliseconds