Searched defs:should_trim (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | dlmalloc.c | 2182 #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 D | dlmalloc.c | 2182 #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/ |
D | dlmalloc.c | 2735 #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 D | dlmalloc.c | 2720 #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/ |
D | dlmalloc.c | 2776 #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/ |
D | dlmalloc_2_8_6.c | 2718 #define should_trim(M,s) ((s) > (M)->trim_check) macro 2720 #define should_trim(M,s) (0) macro
|