memory-bro

Memory leak checker for C

mukulio

827

0

2.1.0

MIT

GitHub

memory-bro package

A simple memory leak checker for C.

Usage

Press ctrl + alt + n to trigger the package to determine the existence of possible memory leaks in your code. You will be able to see a detailed view that shows how much and on what line memory is being allocated and deallocated. This package is NOT created to replace traditional memory leak checkers like Valgrind. Rather it is made to make quick checks as your write your code.

good

bad

Contributers

Issues and Todo