Home
last modified time | relevance | path

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

/llvm-project/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/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h138 struct alignas(SCUDO_CACHE_LINE_SIZE) PerClass { struct
139 u16 Count;
140 u16 MaxCount;
142 uptr ClassSize;
143 CompactPtrT Chunks[2 * SizeClassMap::MaxNumCachedHint];