Go to file
2023-05-18 00:29:29 +01:00
.vscode Add debug config 2023-05-17 00:06:38 +01:00
.gitignore Add .gitignore 2023-05-16 00:11:02 +01:00
aliases.h Add aliases.h 2023-05-16 00:09:46 +01:00
allocator.c Defined the allocate function 2023-05-18 00:27:31 +01:00
allocator.h Renamed alloc function to allocate 2023-05-18 00:27:16 +01:00
main.c Updated main 2023-05-18 00:27:47 +01:00
Makefile Update Makefile 2023-05-17 00:07:46 +01:00
README.md Added README.md 2023-05-18 00:29:29 +01:00

Custom dynamic memory allocator (WIP)

Ongoing attempt to create a custom dynamic memory allocator. This is not intended for production use. It is just an exercise for learning purposes.