// you're reading...

General Computing

Simple but yet powerful Memory Leakage Detection System GALD

I have just released a simple tool, called GALD, which will make our life as developers easier since it allows you to detect the line where the memory problem is.

The good thing is you don’t need to replace the standard malloc(), calloc(), realloc() or free() functions since a macro subsystem will address link these to the GALD’s functions.

You just need to #include and run the application to check if you missed something while coding.

I look forward to hearing from you with desired improvents or any other comments.