aboutsummaryrefslogtreecommitdiff
path: root/malloc.c
Commit message (Collapse)AuthorAgeFilesLines
* rename heap->head => heap->used, minor update compress(), use bool returnsKarsten Schmidt2017-07-141-26/+27
|
* fix compress, add block splitting if alloc from larger free blockKarsten Schmidt2017-07-141-9/+45
|
* initial importKarsten Schmidt2017-07-141-0/+193