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
- Host: GitHub
- URL: https://github.com/sinanislekdemir/memory_leak
- Owner: sinanislekdemir
- Created: 2017-05-10T09:03:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T10:14:01.000Z (about 8 years ago)
- Last Synced: 2025-01-21T00:20:22.819Z (5 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)