Searched defs:LruData (Results 1 – 1 of 1) sorted by relevance
69 struct LruData { struct70 int32 pad1[2];71 int32 filled; // Flag to tell when we filled the cache.72 int32 sizes[5];73 CacheAddr heads[5];97 LruData lru; // Eviction control data. argument