From a4cf15660006aae57e941ab6a559c40cefee37a4 Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Fri, 9 Oct 2020 06:14:41 -0400 Subject: [PATCH] Add readme --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..cdb50b7 --- /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. -- GitLab