Home
last modified time | relevance | path

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

/aosp_15_r20/external/scudo/standalone/
H A Dallocator_common.h17 template <class SizeClassAllocator> struct TransferBatch { struct
33 void appendFromTransferBatch(TransferBatch *B, u16 N) { in appendFromTransferBatch() argument
64 TransferBatch *Next; argument
81 // Blocks are managed by TransferBatch in a list. argument
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h105 struct TransferBatch { struct
106 TransferBatch *next; argument
107 uptr count;
108 void *batch[kMaxNumCached];