Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator.cpp611 const uptr MaxPrimaryAlignment = in performSanityChecks() local
614 (MaxPrimaryAlignment - Chunk::getHeaderSize()) >> MinAlignmentLog; in performSanityChecks()
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dcombined.h994 const uptr MaxPrimaryAlignment = 1UL << getMostSignificantSetBitIndex( in performSanityChecks() local
997 (MaxPrimaryAlignment - Chunk::getHeaderSize()) >> MinAlignmentLog; in performSanityChecks()
/external/scudo/standalone/
Dcombined.h1028 const uptr MaxPrimaryAlignment = 1UL << getMostSignificantSetBitIndex( in performSanityChecks() local
1031 (MaxPrimaryAlignment - Chunk::getHeaderSize()) >> MinAlignmentLog; in performSanityChecks()