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

  /external/chromium/net/disk_cache/
block_files.cc 51 uint32 map_block = header->allocation_map[current];
61 header->allocation_map[current] |= to_add;
82 // Deletes the block pointed by index from allocation_map, and updates the
91 uint8* byte_map = reinterpret_cast<uint8*>(header->allocation_map);
129 uint32 map_block = header->allocation_map[i];
disk_format.h 190 AllocBitmap allocation_map; member in struct:disk_cache::BlockFileHeader

Completed in 13 milliseconds