Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h149 const uptr UntaggedPos = Max(AllocPos, CommitBase + MaxUnusedCacheBytes); in mapSecondary() local
150 return MemMap.remap(CommitBase, UntaggedPos - CommitBase, "scudo:secondary", in mapSecondary()
152 MemMap.remap(UntaggedPos, CommitBase + CommitSize - UntaggedPos, in mapSecondary()