Home
last modified time | relevance | path

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

/external/scudo/standalone/
Drelease.h304 uptr CurrentBoundary = 0; in releaseFreeMemoryToOS() local
308 if (CurrentBoundary < PageBoundary) { in releaseFreeMemoryToOS()
309 if (CurrentBoundary > PrevPageBoundary) in releaseFreeMemoryToOS()
311 CurrentBoundary += Pnc; in releaseFreeMemoryToOS()
312 if (CurrentBoundary < PageBoundary) { in releaseFreeMemoryToOS()
314 CurrentBoundary += BlockSize; in releaseFreeMemoryToOS()