Searched refs:malloc_active (Results 1 – 1 of 1) sorted by relevance
1172 static int malloc_active; /* Recursion flag for public interface. */ variable1188 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()