Home
last modified time | relevance | path

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

/aosp_15_r20/external/scudo/standalone/
H A Dprimary32.h401 struct alignas(SCUDO_CACHE_LINE_SIZE) SizeClassInfo { struct
414 static_assert(sizeof(SizeClassInfo) % SCUDO_CACHE_LINE_SIZE == 0, ""); argument
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h861 struct SizeClassInfo { struct
866 COMPILER_CHECK(sizeof(SizeClassInfo) == kCacheLineSize); argument