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

/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c2297 #define calloc_must_clear(p) (!is_mmapped(p)) macro
2299 #define calloc_must_clear(p) (1) macro
4823 if (mem != 0 && calloc_must_clear(mem2chunk(mem)))
5754 if (mem != 0 && calloc_must_clear(mem2chunk(mem)))

Completed in 463 milliseconds