Searched defs:LruData (Results 1 – 1 of 1) sorted by relevance
64 struct LruData { struct65 int32_t pad1[2];66 int32_t filled; // Flag to tell when we filled the cache.67 int32_t sizes[5];68 CacheAddr heads[5];69 CacheAddr tails[5];93 LruData lru; // Eviction control data. argument