Home
last modified time | relevance | path

Searched defs:AppendSize (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h580 const u16 AppendSize = static_cast<u16>(Min<u32>(UnusedSlots, Size - I)); in pushBatchClassBlocks() local
645 u16 AppendSize = static_cast<u16>(Min<u32>(UnusedSlots, Size - I)); variable
H A Dprimary64.h733 const u16 AppendSize = static_cast<u16>(Min<u32>(UnusedSlots, Size - I)); in pushBatchClassBlocks() local
797 u16 AppendSize = static_cast<u16>(Min<u32>(UnusedSlots, Size - I)); variable