Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.h672 uptr CurrentBoundary = 0; in releaseFreeMemoryToOS() local
675 CurrentBoundary = roundUpSlow(PrevPageBoundary, BlockSize); in releaseFreeMemoryToOS()
680 if (CurrentBoundary < PageBoundary) { in releaseFreeMemoryToOS()
681 if (CurrentBoundary > PrevPageBoundary) in releaseFreeMemoryToOS()
683 CurrentBoundary += Pnc; in releaseFreeMemoryToOS()
684 if (CurrentBoundary < PageBoundary) { in releaseFreeMemoryToOS()
686 CurrentBoundary += BlockSize; in releaseFreeMemoryToOS()