Coding a Memory Allocator From Scratch | Writing Free and Basic Malloc Tests

In this series we embark on the adventure of writing a memory allocator from scratch in C. Why write a memory allocator? Well... for the sake of learning! I am very interested in low-level and systems programming, and just want to learn more about memory allocation, so what better way of learning than by throwing ourselves into the void and learning how to create one. Today we start writing free and test some of the behavior of our malloc implementation. Thank you to everyone that stuck around on the stream! Make sure you visit the Twitch channel where these streams happen!: SharifSegfaults