Home
last modified time | relevance | path

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

/minix3/lib/libc/stdlib/
H A Dmalloc.c1172 static int malloc_active; /* Recursion flag for public interface. */ variable
1188 if (malloc_active > 0) { in pubrealloc()
1189 if (malloc_active == 1) { in pubrealloc()
1191 malloc_active = 2; in pubrealloc()
1197 malloc_active = 1; in pubrealloc()
1202 malloc_active = 0; in pubrealloc()
1229 malloc_active = 0; in pubrealloc()