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

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

Completed in 111 milliseconds