https://github.com/twaritwaikar/simple-memory-manager
A simple memory manager suited for lighter and quicker dynamic allocations in heavy lifting environments
https://github.com/twaritwaikar/simple-memory-manager
cpp cpp-memory memory-manager proof-of-concept
Last synced: about 1 month ago
JSON representation
A simple memory manager suited for lighter and quicker dynamic allocations in heavy lifting environments
- Host: GitHub
- URL: https://github.com/twaritwaikar/simple-memory-manager
- Owner: twaritwaikar
- License: mit
- Created: 2019-06-15T13:40:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-21T18:54:01.000Z (about 7 years ago)
- Last Synced: 2025-03-01T10:46:40.020Z (over 1 year ago)
- Topics: cpp, cpp-memory, memory-manager, proof-of-concept
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Simple Pool Based Memory Manager
This is a work in progress so this is only useable for inspirations.
I would not ship this code. (It's not even tested, just a proof of implementation)