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

  /src/lib/libc/stdlib/
malloc.c 272 static int malloc_junk; variable
478 malloc_junk = 1;
507 case 'j': malloc_junk = 0; break;
508 case 'J': malloc_junk = 1; break;
534 malloc_junk = 1;
644 if (malloc_junk)
782 if (malloc_junk)
860 if (malloc_junk)
888 if (malloc_junk)
947 if (malloc_junk)
    [all...]

Completed in 14 milliseconds