/myalloc

Implementation of malloc and garbage collecter in C

My own heap allocator and garbage collector

This is a follow up of a tsoding video where he writes his own heap memory allocator and garbage collector:

  1. Writing My Own Malloc in C -> Link
  2. Writing Garbage Collector in C -> Link