An open API service indexing awesome lists of open source software.

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.

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.