Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/stdlib/
H A Dmalloc.c256 static int malloc_xmalloc; variable
508 case 'x': malloc_xmalloc = 0; break; in malloc_init()
509 case 'X': malloc_xmalloc = 1; break; in malloc_init()
1198 if (malloc_xmalloc && err) in pubrealloc()