diff --git a/README.md b/README.md new file mode 100644 index 0000000..8a90cea --- /dev/null +++ b/README.md @@ -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.