This commit is contained in:
2018-05-03 18:30:29 +02:00
commit b65f91b43b
4 changed files with 143 additions and 0 deletions

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
# malloc
Programming malloc from scratch, as Dan Luu does in [this
blog post](https://danluu.com/malloc-tutorial/). Ported to `mmap` and OS X,
because `sbrk` is deprecated there.
Just use your systems malloc. Seriously.