Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDallocator_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;