https://github.com/advrhumanoids/mallocfinder
Wrapper for GCC's malloc hooks that aim to simplify/abstract their usage for debugging purposes.
https://github.com/advrhumanoids/mallocfinder
Last synced: 3 months ago
JSON representation
Wrapper for GCC's malloc hooks that aim to simplify/abstract their usage for debugging purposes.
- Host: GitHub
- URL: https://github.com/advrhumanoids/mallocfinder
- Owner: ADVRHumanoids
- Created: 2018-10-19T10:36:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T14:26:35.000Z (over 7 years ago)
- Last Synced: 2025-11-29T16:47:12.790Z (7 months ago)
- Language: CMake
- Size: 18.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MallocFinder
Have a look at the test to find out how to use it!
#### Note! Users should only include the header file just before their main() function!