https://github.com/devcheckog/generic-allocator-c
Generic memory allocator example using MMAP directly. It's only valid for Unix-like operating systems.
https://github.com/devcheckog/generic-allocator-c
c
Last synced: 6 months ago
JSON representation
Generic memory allocator example using MMAP directly. It's only valid for Unix-like operating systems.
- Host: GitHub
- URL: https://github.com/devcheckog/generic-allocator-c
- Owner: DevCheckOG
- License: gpl-3.0
- Created: 2025-08-11T18:37:28.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-08-11T18:38:04.000Z (6 months ago)
- Last Synced: 2025-08-11T20:35:11.077Z (6 months ago)
- Topics: c
- Language: C
- Homepage: https://github.com/DevCheckOG
- Size: 17.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generic-allocator-c
Generic memory allocator example using MMAP directly. It's only valid for Unix-like operating systems.