HomeSort by relevance Sort by last modified time
    Searched refs:backup_bitmap_storage_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/disk_cache/blockfile/
index_table_v3.cc 520 memset(backup_bitmap_storage_.get() + old_main_table_bit_words, 0,
530 memcpy(storage.get(), backup_bitmap_storage_.get(),
535 backup_bitmap_storage_.swap(storage);
538 backup_bitmap_storage_.reset(params->backup_bitmap.release());
543 backup_bitmap_.reset(new Bitmap(backup_bitmap_storage_.get(),
564 backup_bitmap_storage_.reset();
787 memcpy(buffer->data() + sizeof(*header_), backup_bitmap_storage_.get(),
    [all...]
index_table_v3.h 265 scoped_ptr<uint32[]> backup_bitmap_storage_; member in class:disk_cache::IndexTable

Completed in 58 milliseconds