Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h84 addToSize(Size); in enqueue()
90 addToSize(From->getSize()); in transfer()
96 addToSize(B->Size); in enqueueBatch()
163 void addToSize(uptr add) { atomic_store_relaxed(&Size, getSize() + add); } in addToSize() function