Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h62 struct BatchGroup { struct
64 BatchGroup *Next;
66 uptr GroupId;
68 u16 MaxCachedPerBatch;
71 uptr PushedBlocks;
75 uptr PushedBlocksAtLastCheckpoint;
77 SinglyLinkedList<TransferBatch> Batches;
H A Dprimary32.h55 typedef typename CacheT::BatchGroup BatchGroup; typedef
H A Dprimary64.h53 typedef typename CacheT::BatchGroup BatchGroup; typedef