Searched refs:malloc_hint (Results 1 – 1 of 1) sorted by relevance
252 static int malloc_hint = 0; variable496 case 'h': malloc_hint = 0; break; in malloc_init()497 case 'H': malloc_hint = 1; break; in malloc_init()943 if (malloc_hint) in free_pages()