Files
malloc/README.md
2018-05-04 10:59:07 +02:00

8 lines
225 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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.