| .. title:: clang-tidy - clang-analyzer-unix.Malloc | |
| .. meta:: | |
| :http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#unix-malloc | |
| clang-analyzer-unix.Malloc | |
| ========================== | |
| Check for memory leaks, double free, and use-after-free problems. Traces memory | |
| managed by malloc()/free(). | |
| The `clang-analyzer-unix.Malloc` check is an alias, please see | |
| `Clang Static Analyzer Available Checkers | |
| <https://clang.llvm.org/docs/analyzer/checkers.html#unix-malloc>`_ | |
| for more information. |