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

/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dquarantine_test.cpp154 const scudo::uptr NumBatchesAfterMerge = 3; local
156 scudo::QuarantineBatch::MaxCount * NumBatchesAfterMerge;
179 sizeof(scudo::QuarantineBatch) * NumBatchesAfterMerge,
184 (NumBatchesBeforeMerge - NumBatchesAfterMerge));

Completed in 195 milliseconds