Searched refs:calloc_must_clear (Results 1 – 3 of 3) sorted by relevance
169 #define calloc_must_clear(p) (!is_mmapped(p)) macro171 #define calloc_must_clear(p) (1) macro
1754 #define calloc_must_clear(p) (!is_mmapped(p))1756 #define calloc_must_clear(p) (1)4336 if (mem != 0 && calloc_must_clear(mem2chunk(mem))) in dlcalloc()4743 if (mem != 0 && calloc_must_clear(mem2chunk(mem))) in mspace_calloc()
2257 #define calloc_must_clear(p) (!is_mmapped(p)) macro2259 #define calloc_must_clear(p) (1) macro4950 if (mem != 0 && calloc_must_clear(mem2chunk(mem))) in dlcalloc()5383 if (mem != 0 && calloc_must_clear(mem2chunk(mem))) in mstar_mspace_calloc()