Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_size_class_map.h185 uptr total_cached = 0; in Print() local
199 total_cached += cached; in Print()
202 Printf("Total cached: %zu\n", total_cached); in Print()