Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.h169 #define calloc_must_clear(p) (!is_mmapped(p)) macro
171 #define calloc_must_clear(p) (1) macro
H A Ddlmalloc.c1754 #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()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2257 #define calloc_must_clear(p) (!is_mmapped(p)) macro
2259 #define calloc_must_clear(p) (1) macro
4950 if (mem != 0 && calloc_must_clear(mem2chunk(mem))) in dlcalloc()
5383 if (mem != 0 && calloc_must_clear(mem2chunk(mem))) in mstar_mspace_calloc()