Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luizfelipedasilva678/memory-allocator-example
Just a simple example to understand how a custom memory allocator can be implemented
https://github.com/luizfelipedasilva678/memory-allocator-example
Last synced: about 5 hours ago
JSON representation
Just a simple example to understand how a custom memory allocator can be implemented
- Host: GitHub
- URL: https://github.com/luizfelipedasilva678/memory-allocator-example
- Owner: luizfelipedasilva678
- License: mit
- Created: 2024-04-21T01:55:05.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-04-21T02:01:21.000Z (7 months ago)
- Last Synced: 2024-04-22T04:02:02.030Z (7 months ago)
- Language: C
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Memory allocator example
Simple and not totally functional example to understand how a custom memory allocator can be implemented.