Home
last modified time | relevance | path

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

/aosp_15_r20/external/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];
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h983 struct PerClass { struct
984 uptr count;
985 uptr max_count;
986 void *batch[2 * SizeClassMap::kMaxNumCached];