15 lines · plain
1.. title:: clang-tidy - clang-analyzer-unix.Malloc2.. meta::3 :http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#unix-malloc4 5clang-analyzer-unix.Malloc6==========================7 8Check for memory leaks, double free, and use-after-free problems. Traces memory9managed by malloc()/free().10 11The `clang-analyzer-unix.Malloc` check is an alias, please see12`Clang Static Analyzer Available Checkers13<https://clang.llvm.org/docs/analyzer/checkers.html#unix-malloc>`_14for more information.15