Home
last modified time | relevance | path

Searched refs:TransferBatchT (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h63 typedef TransferBatch<ThisT> TransferBatchT; typedef
229 TransferBatchT *B = popBatch(C, ClassId); in popBlocks()
255 TransferBatchT *B = nullptr; in popBatch()
690 TransferBatchT *TB = reinterpret_cast<TransferBatchT *>( in pushBatchClassBlocks()
705 TransferBatchT *CurBatch = BG->Batches.front(); in pushBatchClassBlocks()
758 TransferBatchT *TB =
773 TransferBatchT *CurBatch = Batches.front();
860 TransferBatchT *B = nullptr; in popBatchWithCV()
937 SinglyLinkedList<TransferBatchT> &Batches = in popBatchImpl()
947 TransferBatchT *TB = reinterpret_cast<TransferBatchT *>(BG); in popBatchImpl()
[all …]
H A Dprimary32.h57 typedef TransferBatch<ThisT> TransferBatchT; typedef
65 ? sizeof(TransferBatchT) in getSizeByClassId()
199 TransferBatchT *B = popBatch(C, ClassId); in popBlocks()
213 TransferBatchT *popBatch(CacheT *C, uptr ClassId) { in popBatch()
560 TransferBatchT *TB = reinterpret_cast<TransferBatchT *>( in pushBatchClassBlocks()
575 TransferBatchT *CurBatch = BG->Batches.front(); in pushBatchClassBlocks()
629 TransferBatchT *TB =
644 TransferBatchT *CurBatch = Batches.front();
738 SinglyLinkedList<TransferBatchT> &Batches = in popBatchImpl()
748 TransferBatchT *TB = reinterpret_cast<TransferBatchT *>(BG); in popBatchImpl()
[all …]
H A Drelease.h539 template <class TransferBatchT, typename DecompactPtrT>
540 bool markFreeBlocksInRegion(const IntrusiveList<TransferBatchT> &FreeList, in markFreeBlocksInRegion()