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

  /external/chromium_org/net/disk_cache/blockfile/
disk_format_base.h 61 AllocBitmap allocation_map; member in struct:disk_cache::BlockFileHeader
block_bitmaps_v3_unittest.cc 54 uint8* buffer = reinterpret_cast<uint8*>(&headers[2].allocation_map);
block_files.cc 78 uint32 map_block = header_->allocation_map[current];
92 // the order of memory accesses between num_entries and allocation_map, we
96 header_->allocation_map[current] |= to_add;
123 uint8* byte_map = reinterpret_cast<uint8*>(header_->allocation_map);
160 uint8* byte_map = reinterpret_cast<uint8*>(header_->allocation_map);
178 uint32 map_block = header_->allocation_map[i];
block_files_unittest.cc 332 uint8* buffer = reinterpret_cast<uint8*>(&header->allocation_map);

Completed in 675 milliseconds