Home
last modified time | relevance | path

Searched defs:LruData (Results 1 – 1 of 1) sorted by relevance

/external/chromium/net/disk_cache/
Ddisk_format.h69 struct LruData { struct
70 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