Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h121 uptr AllocPos, uptr Flags, MemMapT &MemMap) { in mapSecondary() argument
127 const uptr UntaggedPos = Max(AllocPos, CommitBase + MaxUnusedCacheBytes); in mapSecondary()
295 const uptr AllocPos = in retrieve() local
297 const uptr HeaderPos = AllocPos - HeadersSize; in retrieve()
301 AllocPos > CommitBase + PageSize * MaxUnusedCachePages) { in retrieve()
646 const uptr AllocPos = roundDown(CommitBase + CommitSize - Size, Alignment); in allocate() local
647 if (!mapSecondary<Config>(Options, CommitBase, CommitSize, AllocPos, 0, in allocate()
652 const uptr HeaderPos = AllocPos - getHeadersSize(); in allocate()