Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.h397 SameBlockCountPerPage = true; in BlockSize()
403 SameBlockCountPerPage = true; in BlockSize()
408 SameBlockCountPerPage = false; in BlockSize()
414 SameBlockCountPerPage = true; in BlockSize()
419 SameBlockCountPerPage = false; in BlockSize()
620 bool SameBlockCountPerPage; member
637 const bool SameBlockCountPerPage = Context.SameBlockCountPerPage; in releaseFreeMemoryToOS() local
643 if (SameBlockCountPerPage) { in releaseFreeMemoryToOS()