xref: /llvm-project/clang-tools-extra/docs/clang-tidy/checks/clang-analyzer/unix.Malloc.rst (revision 8407e8a80d9d32a7cbd7ca1d733620559fda829d)
1.. title:: clang-tidy - clang-analyzer-unix.Malloc
2.. meta::
3   :http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#unix-malloc
4
5clang-analyzer-unix.Malloc
6==========================
7
8Check for memory leaks, double free, and use-after-free problems. Traces memory
9managed by malloc()/free().
10
11The `clang-analyzer-unix.Malloc` check is an alias, please see
12`Clang Static Analyzer Available Checkers
13<https://clang.llvm.org/docs/analyzer/checkers.html#unix-malloc>`_
14for more information.
15