Home
last modified time | relevance | path

Searched refs:totfree (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
202 totfree += bf; in strcache_print_stats()
208 avgfree = numbuffs ? (int)(totfree / numbuffs) : 0; in strcache_print_stats()
215 prefix, totfree, maxfree, minfree, avgfree); in strcache_print_stats()