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

  /src/lib/libc/stdlib/
malloc.c 252 static int malloc_hint = 0; variable in typeref:typename:int
496 case 'h': malloc_hint = 0; break;
497 case 'H': malloc_hint = 1; break;
943 if (malloc_hint)
malloc.c 252 static int malloc_hint = 0; variable in typeref:typename:int
496 case 'h': malloc_hint = 0; break;
497 case 'H': malloc_hint = 1; break;
943 if (malloc_hint)
malloc.c 252 static int malloc_hint = 0; variable in typeref:typename:int
496 case 'h': malloc_hint = 0; break;
497 case 'H': malloc_hint = 1; break;
943 if (malloc_hint)
malloc.c 252 static int malloc_hint = 0; variable in typeref:typename:int
496 case 'h': malloc_hint = 0; break;
497 case 'H': malloc_hint = 1; break;
943 if (malloc_hint)

Completed in 41 milliseconds