Searched defs:kMaxBlocks (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Ddisk_format_base.h35 const int kMaxBlocks = (kBlockHeaderSize - 80) * 8; member in namespace:disk_cache
39 typedef uint32 AllocBitmap[kMaxBlocks / 32];

Completed in 467 milliseconds