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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_size_class_map.h186 uptr total_cached = 0; local
200 total_cached += cached;
203 Printf("Total cached: %zd\n", total_cached);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_size_class_map.h184 uptr total_cached = 0; local
198 total_cached += cached;
201 Printf("Total cached: %zd\n", total_cached);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_size_class_map.h185 uptr total_cached = 0; local
199 total_cached += cached;
202 Printf("Total cached: %zu\n", total_cached);

Completed in 93 milliseconds