Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/disk_cache/blockfile/
H A Ddisk_format.h64 struct LruData { struct
65 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