Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h39 uptr CommitBase; member
77 uptr CommitBase = 0; member
85 void invalidate() { CommitBase = 0; } in invalidate()
128 return MemMap.remap(CommitBase, UntaggedPos - CommitBase, "scudo:secondary", in mapSecondary()
174 Entry.CommitBase, Entry.CommitBase + Entry.CommitSize, in getStats()
203 Entry.CommitBase = H->CommitBase; in store()
293 const uptr CommitBase = Entries[I].CommitBase; in retrieve() local
300 if (HeaderPos < CommitBase || in retrieve()
349 (*H)->CommitBase = Entry.CommitBase; in retrieve()
618 uptr CommitBase = MapBase + PageSize; in allocate() local
[all …]