Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/stdlib/
H A Dmalloc.c1139 static int malloc_active; /* Recursion flag for public interface. */ variable
1155 if (malloc_active > 0) { in pubrealloc()
1156 if (malloc_active == 1) { in pubrealloc()
1158 malloc_active = 2; in pubrealloc()
1164 malloc_active = 1; in pubrealloc()
1169 malloc_active = 0; in pubrealloc()
1196 malloc_active = 0; in pubrealloc()