Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h1359 uptr MinDistToThreshold = GroupSize; in collectGroupsToRelease() local
1429 MinDistToThreshold = in collectGroupsToRelease()
1430 Min(MinDistToThreshold, in collectGroupsToRelease()
1435 MinDistToThreshold = in collectGroupsToRelease()
1436 Min(MinDistToThreshold, PageSize * SmallerBlockReleasePageDelta); in collectGroupsToRelease()
1504 if (MinDistToThreshold == GroupSize) in collectGroupsToRelease()
1505 MinDistToThreshold = PageSize * SmallerBlockReleasePageDelta; in collectGroupsToRelease()
1506 Region->TryReleaseThreshold = MinDistToThreshold; in collectGroupsToRelease()