Skip to content

kumarshubhamdev/Memory-Leak-Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple naive implementation of memory leak detector.
Each object is malloced() using a wrapper function xcalloc(), before that each structure should be registered with their information.

All the objects are then treated as set of graphs , the node(object) that remains unvisited is where Memory leak happens.

This is a very rudimentary implementation , with a lot of way around to create false Memory Leak.

About

A naive Memory Leak Detector written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published