Added README.md

This commit is contained in:
Abdelrahman Said 2023-05-18 00:29:29 +01:00
parent 9133082641
commit 46172adb32

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# 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.