Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h518 uptr HInt = reinterpret_cast<uptr>(H); in allocate() local
520 HInt = untagPointer(HInt); in allocate()
521 const uptr PtrInt = HInt + LargeBlock::getHeaderSize(); in allocate()
526 const uptr BlockSize = BlockEnd - HInt; in allocate()