Searched refs:byte_map (Results 1 – 1 of 1) sorted by relevance
123 uint8* byte_map = reinterpret_cast<uint8*>(header_->allocation_map); in DeleteMapBlock() local124 uint8 map_block = byte_map[byte_index]; in DeleteMapBlock()139 STRESS_DCHECK((byte_map[byte_index] & to_clear) == to_clear); in DeleteMapBlock()140 byte_map[byte_index] &= ~to_clear; in DeleteMapBlock()160 uint8* byte_map = reinterpret_cast<uint8*>(header_->allocation_map); in UsedMapBlock() local161 uint8 map_block = byte_map[byte_index]; in UsedMapBlock()168 return ((byte_map[byte_index] & to_clear) == to_clear); in UsedMapBlock()