Lines Matching defs:Cache
78 struct Cache { struct
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;
123 struct Cache { struct
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;