Home
last modified time | relevance | path

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

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