Lines Matching defs:Cache
117 struct Cache { struct
118 static const u32 EntriesArraySize = 1024U;
119 static const u32 QuarantineSize = 32U;
120 static const u32 DefaultMaxEntriesCount = 1024U;
121 static const uptr DefaultMaxEntrySize = 1UL << 30;
122 static const s32 MinReleaseToOsIntervalMs = -1;
123 static const s32 MaxReleaseToOsIntervalMs = 10000;
124 static const s32 DefaultReleaseToOsIntervalMs = 10000;
166 struct Cache { struct
167 static const u32 EntriesArraySize = 256U;
168 static const u32 QuarantineSize = 32U;
169 static const u32 DefaultMaxEntriesCount = 32U;
170 static const uptr DefaultMaxEntrySize = 2UL << 20;
171 static const s32 MinReleaseToOsIntervalMs = -1;
172 static const s32 MaxReleaseToOsIntervalMs = 1000;
173 static const s32 DefaultReleaseToOsIntervalMs = 0;