HomeSort by: relevance | last modified time | path
    Searched defs:total_cached (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_size_class_map.h 186 uptr total_cached = 0; local in function:SizeClassMap::Print
200 total_cached += cached;
203 Printf("Total cached: %zd\n", total_cached);
sanitizer_allocator_size_class_map.h 186 uptr total_cached = 0; local in function:SizeClassMap::Print
200 total_cached += cached;
203 Printf("Total cached: %zd\n", total_cached);

Completed in 25 milliseconds