Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_malloc.c2179 #define should_trim(M,s) ((s) > (M)->trim_check) macro
2181 #define should_trim(M,s) (0) macro
/third_party/libffi/src/
Ddlmalloc.c2182 #define should_trim(M,s) ((s) > (M)->trim_check) macro
2184 #define should_trim(M,s) (0) macro