Home | History | Annotate | Download | only in disk_cache

Lines Matching full:num_blocks

408   memset(entry_store, 0, sizeof(EntryStore) * entry_.address().num_blocks());
1046 int num_blocks = (size + Addr::BlockSizeForFileType(file_type) - 1) /
1049 if (!backend_->CreateBlock(file_type, num_blocks, address))