An advanced allocator library for C.
Find a file
2025-04-11 19:01:08 -05:00
Include/Hallocy feat(allocator): implemented basic free function to free allocated memory 2025-04-11 18:21:20 -05:00
Src perf(allocator): made small allocations reusable by adding a memory bin 2025-04-11 19:01:08 -05:00
.gitignore feat(build): setup basic cmake build system for c library 2025-04-09 18:19:41 -05:00
CMakeLists.txt fix(build): made sure main.c is not included in the building of the library 2025-04-11 15:49:08 -05:00
LICENSE Initial commit 2025-04-03 16:49:36 -05:00
README.md Initial commit 2025-04-03 16:49:36 -05:00

Hallocy

An advanced allocator library for C.