Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h73 uptr getOverheadSize() const { return List.size() * sizeof(QuarantineBatch); } in getOverheadSize() function
268 const uptr OverheadSize = Cache.getOverheadSize(); in recycle()