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.h1306 uptr MinDistToThreshold = GroupSize; in collectGroupsToRelease() local
1376 MinDistToThreshold = in collectGroupsToRelease()
1377 Min(MinDistToThreshold, in collectGroupsToRelease()
1382 MinDistToThreshold = in collectGroupsToRelease()
1383 Min(MinDistToThreshold, PageSize * SmallerBlockReleasePageDelta); in collectGroupsToRelease()
1451 if (MinDistToThreshold == GroupSize) in collectGroupsToRelease()
1452 MinDistToThreshold = PageSize * SmallerBlockReleasePageDelta; in collectGroupsToRelease()
1453 Region->TryReleaseThreshold = MinDistToThreshold; in collectGroupsToRelease()