Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h34 uptr getQuarantinedSize() const { return Size - sizeof(QuarantineBatch); } in getQuarantinedSize() function
53 Size += From->getQuarantinedSize(); in merge()
137 TotalOverheadBytes += Batch.Size - Batch.getQuarantinedSize(); in getStats()
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dquarantine_test.cpp49 EXPECT_EQ(Into.getQuarantinedSize(), 12UL); in TEST()
53 EXPECT_EQ(From.getQuarantinedSize(), 0UL); in TEST()