Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h78 struct PerClass { struct
79 u32 count;
80 u32 max_count;
81 uptr class_size;
82 CompactPtrT chunks[2 * SizeClassMap::kMaxNumCachedHint];
206 struct PerClass { struct
207 uptr count;
208 uptr max_count;
209 uptr class_size;
210 uptr batch_class_id;
[all …]
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h131 struct PerClass { struct
132 u32 Count;
133 u32 MaxCount;
135 uptr ClassSize;
136 CompactPtrT Chunks[2 * TransferBatch::MaxNumCached];