Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_common.h21 static const u16 MaxNumCached = SizeClassMap::MaxNumCachedHint; member
23 DCHECK_LE(N, MaxNumCached); in setFromArray()
28 DCHECK_LE(N, MaxNumCached - Count); in appendFromArray()
34 DCHECK_LE(N, MaxNumCached - Count); in appendFromTransferBatch()
44 DCHECK_LT(Count, MaxNumCached); in add()
60 CompactPtrT Batch[MaxNumCached];
H A Dprimary32.h814 MaxNumBatches * TransferBatchT::MaxNumCached; in populateFreeList()
H A Dprimary64.h1019 MaxNumBatches * TransferBatchT::MaxNumCached; in populateFreeListAndPopBatch()