Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h128 static const uptr GroupSizeLog = 21U; member
135 static const uptr GroupSizeLog = 19U; member
175 static const uptr GroupSizeLog = 20U; member
180 static const uptr GroupSizeLog = 18U; member
218 static const uptr GroupSizeLog = 19U; member
221 static const uptr GroupSizeLog = 21U; member
246 static const uptr GroupSizeLog = 20U; member
H A Dprimary64.h57 static const uptr GroupSizeLog = Config::Primary::GroupSizeLog; variable
58 static_assert(RegionSizeLog >= GroupSizeLog,
60 static const uptr GroupScale = GroupSizeLog - CompactPtrScale;
85 const uptr GroupSize = (1UL << GroupSizeLog); in init()
310 if (GroupSizeLog < RegionSizeLog) { in pushBlocks()
1297 const uptr GroupSize = (1UL << GroupSizeLog); in collectGroupsToRelease()
1464 const uptr GroupSize = (1UL << GroupSizeLog); in markFreeBlocks()
H A Dprimary32.h48 static const uptr GroupSizeLog = Config::Primary::GroupSizeLog; variable
176 const uptr Mask = (static_cast<uptr>(1) << GroupSizeLog) - 1; in compactPtrGroupBase()
457 static_assert(Config::Primary::RegionSizeLog == GroupSizeLog, in allocateRegionSlow()
1073 const uptr GroupSize = (1UL << GroupSizeLog); in markFreeBlocks()