Home
last modified time | relevance | path

Searched refs:allocation_map (Results 1 – 3 of 3) sorted by relevance

/external/chromium/net/disk_cache/
Dblock_files.cc54 uint32 map_block = header->allocation_map[current]; in CreateMapBlock()
65 header->allocation_map[current] |= to_add; in CreateMapBlock()
95 uint8* byte_map = reinterpret_cast<uint8*>(header->allocation_map); in DeleteMapBlock()
134 uint8* byte_map = reinterpret_cast<uint8*>(header->allocation_map); in UsedMapBlock()
154 uint32 map_block = header->allocation_map[i]; in FixAllocationCounters()
Ddisk_format.h190 AllocBitmap allocation_map; member
Dblock_files_unittest.cc283 uint8* buffer = reinterpret_cast<uint8*>(&header->allocation_map); in TEST_F()