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
- Host: GitHub
- URL: https://github.com/colleagueriley/rsalloc
- Owner: ColleagueRiley
- Created: 2024-07-06T02:54:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T00:04:34.000Z (almost 2 years ago)
- Last Synced: 2026-01-01T02:35:06.660Z (6 months ago)
- Language: C
- Size: 290 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RSAlloc
Single-header custom allocator for fun supports, malloc, mmap (unix), virtualAlloc (windows) and bss memory

# 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