Skip to content

therealmukul/MemoryBro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Issues and Todo

  • Add support for functions like open()
  • Add suppot for while loops

About

Memory leak checker package for Atom

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •