diff --git a/readme.md b/readme.md new file mode 100644 index 0000000000000000000000000000000000000000..cdb50b7342524c8d0a78c72a941570ae3672776e --- /dev/null +++ b/readme.md @@ -0,0 +1,6 @@ +# C - Memory Allocation and Custom Malloc + + +## Description +To understand exactly how C handles memory allocation with the malloc library, this program is a custom implementation +to try to mimic what malloc does.