Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.h678 const uptr PageBoundary = PrevPageBoundary + PageSize; in releaseFreeMemoryToOS() local
680 if (CurrentBoundary < PageBoundary) { in releaseFreeMemoryToOS()
684 if (CurrentBoundary < PageBoundary) { in releaseFreeMemoryToOS()
689 PrevPageBoundary = PageBoundary; in releaseFreeMemoryToOS()