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

  /external/chromium/net/disk_cache/
disk_format.h 190 AllocBitmap allocation_map; member in struct:disk_cache::BlockFileHeader
block_files.cc 54 uint32 map_block = header->allocation_map[current];
65 header->allocation_map[current] |= to_add;
86 // Deletes the block pointed by index from allocation_map, and updates the
95 uint8* byte_map = reinterpret_cast<uint8*>(header->allocation_map);
134 uint8* byte_map = reinterpret_cast<uint8*>(header->allocation_map);
154 uint32 map_block = header->allocation_map[i];
block_files_unittest.cc 283 uint8* buffer = reinterpret_cast<uint8*>(&header->allocation_map);

Completed in 4130 milliseconds