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

225 B
Raw Blame History

malloc

Programming malloc from scratch, as Dan Luu does in this blog post. Ported to mmap and OS X, because sbrk is deprecated there.

Just use your systems malloc. Seriously.