Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h147 uptr total_cached = 0; in Print() local
159 total_cached += cached; in Print()
162 Printf("Total cached: %zd\n", total_cached); in Print()