An open API service indexing awesome lists of open source software.

https://github.com/sinanislekdemir/memory_leak

Memory Leak samples
https://github.com/sinanislekdemir/memory_leak

Last synced: 3 months ago
JSON representation

Memory Leak samples

Awesome Lists containing this project

README

        

# Memory Leak samples

## Metglobal Tech Talks

* C Samples Require only a valid C compiler with C11 support
* Python Samples require pympler to be installed. https://pythonhosted.org/Pympler/

To run the memory tests for C Samples you will need valgrind http://valgrind.org (Works best under Linux)