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

https://github.com/colleagueriley/rsalloc

Single-header custom allocator for fun
https://github.com/colleagueriley/rsalloc

Last synced: 3 months ago
JSON representation

Single-header custom allocator for fun

Awesome Lists containing this project

README

          

# RSAlloc
Single-header custom allocator for fun supports, malloc, mmap (unix), virtualAlloc (windows) and bss memory
![alt text](image.png)

# building
to build the examples use\
`make`\
or\
`make debug`\
to build and run the examples

# examples
`test.c` -> compiles to a mmap or virtualAlloc example and a bss and malloc example\
`RGFW-test.c` -> RSAlloc example for RGFW