Home
last modified time | relevance | path

Searched refs:BatchGroupT (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h62 typedef BatchGroup<ThisT> BatchGroupT; typedef
64 static_assert(sizeof(BatchGroupT) <= sizeof(TransferBatchT),
182 for (BatchGroupT &BG : Region->FreeListInfo.BlockList) { in verifyAllBlocksAreReleasedTestOnly()
199 for (BatchGroupT &BG : Region->FreeListInfo.BlockList) { in verifyAllBlocksAreReleasedTestOnly()
527 SinglyLinkedList<BatchGroupT> BlockList = {};
670 BatchGroupT *BG = Region->FreeListInfo.BlockList.front(); in pushBatchClassBlocks()
674 BG = reinterpret_cast<BatchGroupT *>( in pushBatchClassBlocks()
764 BatchGroupT *BG =
765 reinterpret_cast<BatchGroupT *>(C->getBatchClassBlock());
780 auto InsertBlocks = [&](BatchGroupT *BG, CompactPtrT *Array, u32 Size) {
[all …]
H A Dprimary32.h57 typedef BatchGroup<ThisT> BatchGroupT; typedef
59 static_assert(sizeof(BatchGroupT) <= sizeof(TransferBatchT),
136 for (BatchGroupT &BG : Sci->FreeListInfo.BlockList) { in verifyAllBlocksAreReleasedTestOnly()
151 for (BatchGroupT &BG : Sci->FreeListInfo.BlockList) { in verifyAllBlocksAreReleasedTestOnly()
393 SinglyLinkedList<BatchGroupT> BlockList = {};
517 BatchGroupT *BG = Sci->FreeListInfo.BlockList.front(); in pushBatchClassBlocks()
521 BG = reinterpret_cast<BatchGroupT *>( in pushBatchClassBlocks()
612 BatchGroupT *BG =
613 reinterpret_cast<BatchGroupT *>(C->getBatchClassBlock());
628 auto InsertBlocks = [&](BatchGroupT *BG, CompactPtrT *Array, u32 Size) {
[all …]