Lecture 18: Dynamic Storage Allocation
Ch 10.9 of textbook (CS:APP)

Sample code used in lecture to illustrate
malloc; this is modified version of the code
on the textbook site to account for x86-64.

mm-implicit.c  -- simple implicit list allocator

