Searched refs:malloc_cache (Results 1 – 1 of 1) sorted by relevance
243 static size_t malloc_cache = 16; variable518 case '>': malloc_cache <<= 1; break; in malloc_init()519 case '<': malloc_cache >>= 1; break; in malloc_init()576 if (!malloc_cache) in malloc_init()577 malloc_cache++; in malloc_init()579 malloc_cache <<= malloc_pageshift; in malloc_init()1044 pf->size > malloc_cache && /* ..and the cache is full, */ in free_pages()1052 pf->end = (char *)pf->page + malloc_cache; in free_pages()1053 pf->size = malloc_cache; in free_pages()