Malloc & Free

Managing memory

Description

Malloc & Free is a project aimed to learn how dynamic allocations work.
It is a reimplementation of malloc() and free() on Linux, with brk() / sbrk().

Tools

Programming:

  • C
  • Git

My work

Programming:

  • Free List
  • Custom Malloc
  • Custom Calloc
  • Custom Realloc
  • Custom Memedit
  • Custom valgrind-like debug