Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h104 subFromSize(B->Size); in dequeueBatch()
127 subFromSize(ExtractedSize); in mergeBatches()
164 void subFromSize(uptr sub) { atomic_store_relaxed(&Size, getSize() - sub); } in subFromSize() function