Lines Matching full:static
51 static const bool MaySupportMemoryTagging = true;
57 static const uptr RegionSizeLog = 32U;
58 static const uptr GroupSizeLog = 21U;
60 static const uptr CompactPtrScale = 0;
61 static const bool EnableRandomOffset = true;
62 static const uptr MapSizeIncrement = 1UL << 18;
64 static const uptr RegionSizeLog = 19U;
65 static const uptr GroupSizeLog = 19U;
68 static const s32 MinReleaseToOsIntervalMs = INT32_MIN;
69 static const s32 MaxReleaseToOsIntervalMs = INT32_MAX;
79 static const u32 EntriesArraySize = 32U;
80 static const u32 QuarantineSize = 0U;
81 static const u32 DefaultMaxEntriesCount = 32U;
82 static const uptr DefaultMaxEntrySize = 1UL << 19;
83 static const s32 MinReleaseToOsIntervalMs = INT32_MIN;
84 static const s32 MaxReleaseToOsIntervalMs = INT32_MAX;
95 static const bool MaySupportMemoryTagging = true;
102 static const uptr RegionSizeLog = 28U;
104 static const uptr CompactPtrScale = SCUDO_MIN_ALIGNMENT_LOG;
105 static const uptr GroupSizeLog = 20U;
106 static const bool EnableRandomOffset = true;
107 static const uptr MapSizeIncrement = 1UL << 18;
109 static const uptr RegionSizeLog = 18U;
110 static const uptr GroupSizeLog = 18U;
113 static const s32 MinReleaseToOsIntervalMs = 1000;
114 static const s32 MaxReleaseToOsIntervalMs = 1000;
124 static const u32 EntriesArraySize = 256U;
125 static const u32 QuarantineSize = 32U;
126 static const u32 DefaultMaxEntriesCount = 32U;
127 static const uptr DefaultMaxEntrySize = 2UL << 20;
128 static const s32 MinReleaseToOsIntervalMs = 0;
129 static const s32 MaxReleaseToOsIntervalMs = 1000;
139 static const bool MaySupportMemoryTagging = false;
147 static const uptr RegionSizeLog = 28U;
148 static const uptr GroupSizeLog = 19U;
149 static const bool EnableContiguousRegions = false;
151 static const uptr RegionSizeLog = 30U;
152 static const uptr GroupSizeLog = 21U;
155 static const bool EnableRandomOffset = true;
156 static const uptr MapSizeIncrement = 1UL << 18;
157 static const uptr CompactPtrScale = SCUDO_MIN_ALIGNMENT_LOG;
158 static const s32 MinReleaseToOsIntervalMs = INT32_MIN;
159 static const s32 MaxReleaseToOsIntervalMs = INT32_MAX;
170 static const bool MaySupportMemoryTagging = true;
176 static const uptr RegionSizeLog = 28U;
177 static const uptr GroupSizeLog = 20U;
179 static const bool EnableRandomOffset = false;
180 static const uptr MapSizeIncrement = 1UL << 12;
181 static const uptr CompactPtrScale = SCUDO_MIN_ALIGNMENT_LOG;
182 static const s32 MinReleaseToOsIntervalMs = INT32_MIN;
183 static const s32 MaxReleaseToOsIntervalMs = INT32_MAX;