https://github.com/icculus/mallocmonitor
Some incomplete tools for tracking memory allocations.
https://github.com/icculus/mallocmonitor
Last synced: about 23 hours ago
JSON representation
Some incomplete tools for tracking memory allocations.
- Host: GitHub
- URL: https://github.com/icculus/mallocmonitor
- Owner: icculus
- License: zlib
- Created: 2021-06-28T19:55:39.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-07T19:01:37.000Z (almost 5 years ago)
- Last Synced: 2026-05-29T00:23:34.180Z (about 1 month ago)
- Language: C++
- Homepage:
- Size: 54.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# mallocmonitor
This was a project meant to let you track memory allocations in
arbitrary applications.
My thinking was that it would be nice to get a definitive list of
leaks, and maybe a way to visualize memory fragmentation.
But valgrind and other tools made leak tracking possible, and
the transition to 64-bit address spaces made memory
fragmentation largely unimportant, so I never managed to finish
this.
There might be some nuggets of useful code in here, though, so
here it is if someone wants to steal anything.
--ryan. (icculus@icculus.org)