Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Drelease.h237 SameBlockCountPerPage = true; in PageReleaseContext()
243 SameBlockCountPerPage = true; in PageReleaseContext()
248 SameBlockCountPerPage = false; in PageReleaseContext()
254 SameBlockCountPerPage = true; in PageReleaseContext()
259 SameBlockCountPerPage = false; in PageReleaseContext()
338 bool SameBlockCountPerPage; member
354 const bool SameBlockCountPerPage = Context.SameBlockCountPerPage; in releaseFreeMemoryToOS() local
360 if (SameBlockCountPerPage) { in releaseFreeMemoryToOS()