Searched refs:malloc_zero (Results 1 – 1 of 1) sorted by relevance
262 static int malloc_zero; variable510 case 'z': malloc_zero = 0; break; in malloc_init()511 case 'Z': malloc_zero = 1; break; in malloc_init()526 if (malloc_zero) in malloc_init()804 if (malloc_zero && result != NULL) in imalloc()