| Home | Sort by: relevance | last modified time | path |
| /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) |