https://github.com/bmoscon/memmgr
Memory Allocator and Manager in C/C++
https://github.com/bmoscon/memmgr
Last synced: 13 days ago
JSON representation
Memory Allocator and Manager in C/C++
- Host: GitHub
- URL: https://github.com/bmoscon/memmgr
- Owner: bmoscon
- License: other
- Created: 2013-02-08T16:39:59.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-17T21:37:26.000Z (over 13 years ago)
- Last Synced: 2025-04-03T13:44:17.987Z (over 1 year ago)
- Language: C++
- Size: 113 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Memory Manager written in C/C++
Initial commit only contains a simple allocator. Need to add an actual memory manager