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