Home | History | Annotate | Download | only in space

Lines Matching refs:temp_map

841       std::unique_ptr<MemMap> temp_map(MemMap::MapFile(sizeof(ImageHeader) + stored_size,
849 if (temp_map == nullptr) {
858 reinterpret_cast<char*>(temp_map->Begin()) + sizeof(ImageHeader),