facebook / infer

A static analyzer for Java, C, C++, and Objective-C
http://fbinfer.com/
MIT License
14.8k stars 2k forks source link

How to check custom malloc and free functions for memory leak? #1780

Open glovej opened 12 months ago

glovej commented 12 months ago

infer version 1.0.0 Is is possible to check custom malloc and free functions to detect memory leak?