Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_allocator.h57 const uptr MinAlignmentLog = FIRST_32_SECOND_64(3, 4); variable
59 const uptr MinAlignment = 1 << MinAlignmentLog;
H A Dscudo_allocator.cpp87 getHeaderSize() - (Header->Offset << MinAlignmentLog)); in getBackendPtr()
96 (Header->Offset << MinAlignmentLog); in getUsableSize()
358 Header.Offset = (AlignedUserPtr - UserPtr) >> MinAlignmentLog; in allocate()
410 const uptr EstimatedSize = Size + (Header->Offset << MinAlignmentLog); in quarantineOrDeallocateChunk()
570 (MaxPrimaryAlignment - Chunk::getHeaderSize()) >> MinAlignmentLog; in performSanityChecks()