HomeSort by: relevance | last modified time | path
    Searched defs:malloc_active (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/stdlib/
malloc.c 1139 static int malloc_active; /* Recursion flag for public interface. */ variable in typeref:typename:int
1155 if (malloc_active > 0) {
1156 if (malloc_active == 1) {
1158 malloc_active = 2;
1164 malloc_active = 1;
1169 malloc_active = 0;
1196 malloc_active = 0;

Completed in 12 milliseconds