Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_common.h73 template <class SizeClassAllocator> struct BatchGroup { struct
75 BatchGroup *Next; argument
77 uptr CompactPtrGroupBase;
79 u16 MaxCachedPerBatch;
82 uptr PushedBlocks;
85 uptr BytesInBGAtLastCheckpoint;
87 SinglyLinkedList<TransferBatch<SizeClassAllocator>> Batches;
H A Dlocal_cache.h73 struct BatchGroup { global() struct
75 NextSizeClassAllocatorLocalCache::BatchGroup global() argument
77 CompactPtrGroupBaseSizeClassAllocatorLocalCache::BatchGroup global() argument
79 MaxCachedPerBatchSizeClassAllocatorLocalCache::BatchGroup global() argument
82 PushedBlocksSizeClassAllocatorLocalCache::BatchGroup global() argument
85 BytesInBGAtLastCheckpointSizeClassAllocatorLocalCache::BatchGroup global() argument
87 BatchesSizeClassAllocatorLocalCache::BatchGroup global() argument