Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Drelease.h257 const uptr LastBlockInRegion = ((RegionSize / BlockSize) - 1U) * BlockSize; in releaseFreeMemoryToOS() local
269 if (PInRegion == LastBlockInRegion) { in releaseFreeMemoryToOS()