Home
last modified time | relevance | path

Searched refs:SAFLAG_ZERO (Results 1 – 2 of 2) sorted by relevance

/dragonfly/lib/libc/stdlib/
H A Dnmalloc.c241 #define SAFLAG_ZERO 0x0001 macro
402 case 'Z': g_malloc_flags = SAFLAG_ZERO; break; in malloc_init()
822 ptr = _slaballoc(number * size, SAFLAG_ZERO); in __calloc()
1156 if (flags & SAFLAG_ZERO) in _slaballoc()
1192 if (flags & SAFLAG_ZERO) in _slaballoc()
1252 flags &= ~SAFLAG_ZERO; /* already zero'd */ in _slaballoc()
1341 flags &= ~SAFLAG_ZERO; in _slaballoc()
1354 if (flags & SAFLAG_ZERO) in _slaballoc()
1658 if (g_malloc_flags & SAFLAG_ZERO) in _slabfree()
1760 SAFLAG_ZERO | SAFLAG_MAGS); in mtmagazine_alloc()
[all …]
H A Ddmalloc.c270 #define SAFLAG_ZERO 0x00000001 macro
409 g_malloc_flags = SAFLAG_ZERO; in malloc_init()
664 ptr = memalloc(number * size, SAFLAG_ZERO); in __calloc()
833 if (flags & SAFLAG_ZERO) in memalloc()
888 if (flags & SAFLAG_ZERO) in memalloc()
914 if (flags & SAFLAG_ZERO) in memalloc()
931 if (flags & SAFLAG_ZERO) in memalloc()
976 if ((flags & SAFLAG_ZERO) && nsize < osize) in memrealloc()