Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c1768 #define calloc_must_clear(p) (!is_mmapped(p)) macro
1770 #define calloc_must_clear(p) (1) macro
/aosp_15_r20/external/libffi/src/
H A Ddlmalloc.c1768 #define calloc_must_clear(p) (!is_mmapped(p)) macro
1770 #define calloc_must_clear(p) (1) macro
/aosp_15_r20/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c2312 #define calloc_must_clear(p) (!is_mmapped(p)) macro
2314 #define calloc_must_clear(p) (1) macro
/aosp_15_r20/external/dlmalloc/
H A Ddlmalloc.c2297 #define calloc_must_clear(p) (!is_mmapped(p)) macro
2299 #define calloc_must_clear(p) (1) macro
/aosp_15_r20/external/trusty/lk/external/lib/heap/dlmalloc/
Ddlmalloc.c2353 #define calloc_must_clear(p) (!is_mmapped(p)) macro
2355 #define calloc_must_clear(p) (1) macro
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/src/
Ddlmalloc_2_8_6.c2295 #define calloc_must_clear(p) (!is_mmapped(p)) macro
2297 #define calloc_must_clear(p) (1) macro