Home
last modified time | relevance | path

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

/minix3/lib/libc/stdlib/
H A Dmalloc.c275 static int malloc_xmalloc; variable
536 case 'x': malloc_xmalloc = 0; break; in malloc_init()
537 case 'X': malloc_xmalloc = 1; break; in malloc_init()
1231 if (malloc_xmalloc && err) in pubrealloc()