Searched defs:SCUDO_CACHE_LINE_SIZE (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dplatform.h73 #define SCUDO_CACHE_LINE_SIZE 128 macro
75 #define SCUDO_CACHE_LINE_SIZE 64 macro
H A Dprimary64.h347 static_assert(sizeof(RegionInfo) % SCUDO_CACHE_LINE_SIZE == 0, ""); member in class:scudo::SizeClassAllocator64
H A Dprimary32.h312 static_assert(sizeof(SizeClassInfo) % SCUDO_CACHE_LINE_SIZE == 0, ""); member in class:scudo::SizeClassAllocator32

Completed in 69 milliseconds