Home
last modified time | relevance | path

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

/external/libffi/src/
Ddlmalloc.c1768 #define calloc_must_clear(p) (!is_mmapped(p)) macro
1770 #define calloc_must_clear(p) (1) macro
4370 if (mem != 0 && calloc_must_clear(mem2chunk(mem))) in dlcalloc()
4773 if (mem != 0 && calloc_must_clear(mem2chunk(mem))) in mspace_calloc()
/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
4370 if (mem != 0 && calloc_must_clear(mem2chunk(mem))) in dlcalloc()
4773 if (mem != 0 && calloc_must_clear(mem2chunk(mem))) in mspace_calloc()
/external/dlmalloc/
Dmalloc.c2297 #define calloc_must_clear(p) (!is_mmapped(p)) macro
2299 #define calloc_must_clear(p) (1) macro
4827 if (calloc_must_clear(p)) { in dlcalloc()
5768 if (mem != 0 && calloc_must_clear(mem2chunk(mem))) in mspace_calloc()