Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h83 addToSize(Size); in enqueue()
89 addToSize(From->getSize()); in transfer()
95 addToSize(B->Size); in enqueueBatch()
162 void addToSize(uptr add) { atomic_store_relaxed(&Size, getSize() + add); } in addToSize() function