Searched refs:allocation_map (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Ddisk_format_base.h61 AllocBitmap allocation_map; member in struct:disk_cache::BlockFileHeader
H A Dblock_bitmaps_v3_unittest.cc54 uint8* buffer = reinterpret_cast<uint8*>(&headers[2].allocation_map);
H A Dblock_files.cc78 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];
H A Dblock_files_unittest.cc332 uint8* buffer = reinterpret_cast<uint8*>(&header->allocation_map);

Completed in 749 milliseconds