An advanced allocator library for C.
Find a file
Mineplay 33936eb001 Merge pull request 'h1-basic-allocator' (#5) from h1-basic-allocator into main
Reviewed-on: #5

Tests folder now only contains the Main.c file. This will be changed to a real test system later, but the Hallocy library is needed first to setup this test framework so for now it will use a simple Main.c with some code to run for testing.
2025-04-12 16:50:07 -05:00
Include/Hallocy feat(allocator): implemented basic free function to free allocated memory 2025-04-11 18:21:20 -05:00
Src refactor(tests): moved main.c to seperate tests folder 2025-04-12 15:10:26 -05:00
Tests refactor(tests): moved main.c to seperate tests folder 2025-04-12 15:10:26 -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.