Home
last modified time | relevance | path

Searched refs:MaxPrimaryAlignment (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp615 const uptr MaxPrimaryAlignment = in performSanityChecks() local
618 (MaxPrimaryAlignment - Chunk::getHeaderSize()) >> MinAlignmentLog; in performSanityChecks()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1036 const uptr MaxPrimaryAlignment = 1UL << getMostSignificantSetBitIndex( in performSanityChecks() local
1039 (MaxPrimaryAlignment - Chunk::getHeaderSize()) >> MinAlignmentLog; in performSanityChecks()