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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_quarantine.h 278 uptr batch_count = 0; local in function:__sanitizer::QuarantineCache::PrintStats
283 batch_count++;
288 uptr quarantine_chunks_capacity = batch_count * QuarantineBatch::kSize;
297 batch_count, total_bytes, total_quarantined_bytes,

Completed in 39 milliseconds