Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.h671 uptr PrevPageBoundary = 0; in releaseFreeMemoryToOS() local
674 PrevPageBoundary = ReleasePageOffset * PageSize; in releaseFreeMemoryToOS()
675 CurrentBoundary = roundUpSlow(PrevPageBoundary, BlockSize); in releaseFreeMemoryToOS()
678 const uptr PageBoundary = PrevPageBoundary + PageSize; in releaseFreeMemoryToOS()
681 if (CurrentBoundary > PrevPageBoundary) in releaseFreeMemoryToOS()
689 PrevPageBoundary = PageBoundary; in releaseFreeMemoryToOS()