Home
last modified time | relevance | path

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

/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
/external/libffi/src/
Ddlmalloc.c1763 #define calloc_must_clear(p) (!is_mmapped(p)) macro
1765 #define calloc_must_clear(p) (1) macro
/external/dlmalloc/
Dmalloc.c2297 #define calloc_must_clear(p) (!is_mmapped(p)) macro
2299 #define calloc_must_clear(p) (1) macro