An advanced allocator library for C.
Find a file
2025-04-19 06:37:17 -05:00
Include/Hallocy refactor(allocator): made seperate allocator function for malloc 2025-04-19 06:37:17 -05:00
Src refactor(allocator): made seperate allocator function for malloc 2025-04-19 06:37:17 -05:00
Tests feat(memory management): implemented memory compare function 2025-04-19 05:05:12 -05:00
.gitignore feat(build): setup basic cmake build system for c library 2025-04-09 18:19:41 -05:00
CMakeLists.txt refactor(tests): moved main.c to seperate tests folder 2025-04-12 15:10:26 -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.