225 B
225 B
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 system’s malloc. Seriously.