From 9751124fa74525efb08154405fcd2abf2d94191c Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 10 Feb 2017 00:22:33 -0500 Subject: research/malloc.txt: Refer to heap.txt --- diff --git a/research/malloc.txt b/research/malloc.txt index 6335486..21ab43c 100644 --- a/research/malloc.txt +++ b/research/malloc.txt @@ -1,3 +1,5 @@ +**Broken/incomplete! See heap.txt.** + A heap is a set of slots. Contiguous sets of slots with the same status (free or allocated) are grouped into blocks. -- cgit v0.9.1