Home
last modified time | relevance | path

Searched refs:maxfree (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dstrcache.c187 int totfree = 0, avgfree, maxfree = 0, minfree = bufsize; in strcache_print_stats() local
203 maxfree = (bf > maxfree ? bf : maxfree); in strcache_print_stats()
215 prefix, totfree, maxfree, minfree, avgfree); in strcache_print_stats()