Home
last modified time | relevance | path

Searched refs: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
581 CurBatch->appendFromArray(&Array[I], AppendSize); in pushBatchClassBlocks()
582 I += AppendSize; in pushBatchClassBlocks()
645 u16 AppendSize = static_cast<u16>(Min<u32>(UnusedSlots, Size - I)); variable
646 CurBatch->appendFromArray(&Array[I], AppendSize);
647 I += AppendSize;
H A Dprimary64.h733 const u16 AppendSize = static_cast<u16>(Min<u32>(UnusedSlots, Size - I)); in pushBatchClassBlocks() local
734 CurBatch->appendFromArray(&Array[I], AppendSize); in pushBatchClassBlocks()
735 I += AppendSize; in pushBatchClassBlocks()
797 u16 AppendSize = static_cast<u16>(Min<u32>(UnusedSlots, Size - I)); variable
798 CurBatch->appendFromArray(&Array[I], AppendSize);
799 I += AppendSize;