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

  /src/lib/libc/stdlib/
malloc.c 248 static int malloc_realloc; variable in typeref:typename:int
498 case 'r': malloc_realloc = 0; break;
499 case 'R': malloc_realloc = 1; break;
850 if (!malloc_realloc && /* unless we have to, */
877 if (!malloc_realloc && /* Unless we have to, */

Completed in 11 milliseconds