LLVM's Realtime Safety Revolution: Tools for Modern Mission Critical Systemsvoid main() { __rtsan::Initialize(); ... } void process() { __rtsan::ScopedSanitizeRealtime ssr; auto x = std::make_unique(3.0f); } // CMakeLists.txt target_link_libraries(helloWorld void main() { __rtsan::Initialize(); ... } void process() { __rtsan::ScopedSanitizeRealtime ssr; auto x = std::make_unique (3.0f); } // CMakeLists.txt target_link_libraries(helloWorld void main() { __rtsan::Initialize(); ... } void process() { __rtsan::ScopedSanitizeRealtime ssr; auto x = std::make_unique (3.0f); } // CMakeLists.txt target_link_libraries(helloWorld 0 码力 | 153 页 | 1.38 MB | 6 月前3
共 1 条
- 1













