Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
HDscudo_allocator.cpp610 const uptr MaxPrimaryAlignment = in performSanityChecks() local
613 (MaxPrimaryAlignment - Chunk::getHeaderSize()) >> MinAlignmentLog; in performSanityChecks()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDcombined.h594 const uptr MaxPrimaryAlignment = 1UL << getMostSignificantSetBitIndex( in performSanityChecks() local
597 (MaxPrimaryAlignment - Chunk::getHeaderSize()) >> MinAlignmentLog; in performSanityChecks()