Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Drelease.h390 uptr CurrentBoundary = 0; in releaseFreeMemoryToOS() local
394 if (CurrentBoundary < PageBoundary) { in releaseFreeMemoryToOS()
395 if (CurrentBoundary > PrevPageBoundary) in releaseFreeMemoryToOS()
397 CurrentBoundary += Pnc; in releaseFreeMemoryToOS()
398 if (CurrentBoundary < PageBoundary) { in releaseFreeMemoryToOS()
400 CurrentBoundary += BlockSize; in releaseFreeMemoryToOS()