Searched defs:LruData (Results 1 – 1 of 1) sorted by relevance
58 struct LruData { struct59 int32 pad1[2];60 int32 filled; // Flag to tell when we filled the cache.61 int32 sizes[5];62 CacheAddr heads[5];86 LruData lru; // Eviction control data. argument