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

  /src/lib/libc/stdlib/
malloc.c 1140 static unsigned malloc_started; /* Set when initialization has been done */ variable in typeref:typename:unsigned
1166 if (!malloc_started) {
1175 malloc_started = 1;
1222 if (!malloc_started) {
1224 malloc_started = 1;

Completed in 12 milliseconds