reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
135 bool map = type == MappingDesc::SHADOW || 136 (init_origins && type == MappingDesc::ORIGIN); 137 bool protect = type == MappingDesc::INVALID || 138 (!init_origins && type == MappingDesc::ORIGIN); 141 CHECK(type == MappingDesc::APP);