Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/external/libffi/src/
H A Ddlmalloc.c2182 #define should_trim(M,s) ((s) > (M)->trim_check) macro
2184 #define should_trim(M,s) (0) macro
/aosp_15_r20/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c2735 #define should_trim(M,s) ((s) > (M)->trim_check) macro
2737 #define should_trim(M,s) (0) macro
/aosp_15_r20/external/dlmalloc/
H A Ddlmalloc.c2720 #define should_trim(M,s) ((s) > (M)->trim_check) macro
2722 #define should_trim(M,s) (0) macro
/aosp_15_r20/external/trusty/lk/external/lib/heap/dlmalloc/
Ddlmalloc.c2776 #define should_trim(M,s) ((s) > (M)->trim_check) macro
2778 #define should_trim(M,s) (0) macro
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/src/
Ddlmalloc_2_8_6.c2718 #define should_trim(M,s) ((s) > (M)->trim_check) macro
2720 #define should_trim(M,s) (0) macro