lfoscari / ggalloc

Naive malloc/free implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The goal is to implement a simple malloc/free.  The is not to make it
production-ready, portable or even particularly fast, so cut me some slack.

About

Naive malloc/free implementation


Languages

Language:C 94.9%Language:Makefile 5.1%