Searched refs:calloc_must_clear (Results 1 – 3 of 3) sorted by relevance
1768 #define calloc_must_clear(p) (!is_mmapped(p)) macro1770 #define calloc_must_clear(p) (1) macro4370 if (mem != 0 && calloc_must_clear(mem2chunk(mem))) in dlcalloc()4773 if (mem != 0 && calloc_must_clear(mem2chunk(mem))) in mspace_calloc()
1763 #define calloc_must_clear(p) (!is_mmapped(p)) macro1765 #define calloc_must_clear(p) (1) macro4365 if (mem != 0 && calloc_must_clear(mem2chunk(mem))) in dlcalloc()4768 if (mem != 0 && calloc_must_clear(mem2chunk(mem))) in mspace_calloc()
2297 #define calloc_must_clear(p) (!is_mmapped(p)) macro2299 #define calloc_must_clear(p) (1) macro4827 if (calloc_must_clear(p)) { in dlcalloc()5768 if (mem != 0 && calloc_must_clear(mem2chunk(mem))) in mspace_calloc()