Home
last modified time | relevance | path

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

/minix3/lib/libc/stdlib/
H A Dmalloc.c267 static int malloc_realloc; variable
526 case 'r': malloc_realloc = 0; break; in malloc_init()
527 case 'R': malloc_realloc = 1; break; in malloc_init()
881 if (!malloc_realloc && /* unless we have to, */ in irealloc()
908 if (!malloc_realloc && /* Unless we have to, */ in irealloc()