Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h170 const u16 NumBlocksRefilled = in refill() local
172 DCHECK_LE(NumBlocksRefilled, MaxRefill); in refill()
173 C->Count = static_cast<u16>(C->Count + NumBlocksRefilled); in refill()
174 return NumBlocksRefilled != 0; in refill()