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

  /src/lib/libc/stdlib/
malloc.c 265 static int malloc_junk; variable in typeref:typename:int
471 malloc_junk = 1;
500 case 'j': malloc_junk = 0; break;
501 case 'J': malloc_junk = 1; break;
527 malloc_junk = 1;
637 if (malloc_junk)
775 if (malloc_junk)
853 if (malloc_junk)
881 if (malloc_junk)
940 if (malloc_junk)
    [all...]

Completed in 10 milliseconds