Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Drelease.h311 uptr CurrentBoundary = 0; in releaseFreeMemoryToOS() local
315 if (CurrentBoundary < PageBoundary) { in releaseFreeMemoryToOS()
316 if (CurrentBoundary > PrevPageBoundary) in releaseFreeMemoryToOS()
318 CurrentBoundary += Pnc; in releaseFreeMemoryToOS()
319 if (CurrentBoundary < PageBoundary) { in releaseFreeMemoryToOS()
321 CurrentBoundary += BlockSize; in releaseFreeMemoryToOS()