Home
last modified time | relevance | path

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

/freebsd/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()
45 DCHECK_LT(Count, MaxNumCached); in add()
67 CompactPtrT Batch[MaxNumCached];
H A Dlocal_cache.h26 static const u16 MaxNumCached = SizeClassMap::MaxNumCachedHint; global() member
H A Dprimary32.h623 BG->MaxCachedPerBatch = TransferBatchT::MaxNumCached;
821 MaxNumBatches * TransferBatchT::MaxNumCached; in populateFreeList()
H A Dprimary64.h775 BG->MaxCachedPerBatch = TransferBatchT::MaxNumCached;
1071 MaxNumBatches * TransferBatchT::MaxNumCached; in populateFreeListAndPopBlocks()