An advanced allocator library for C.
Find a file
2025-04-11 17:31:15 -05:00
Include/Hallocy feat(allocator): implemented basic malloc functionality 2025-04-11 16:03:11 -05:00
Src fix(allocator): added error check to malloc function 2025-04-11 17:31:15 -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.