summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-02-10 00:22:33 (EST)
committer P. J. McDermott <pj@pehjota.net>2017-02-10 00:22:33 (EST)
commit9751124fa74525efb08154405fcd2abf2d94191c (patch)
tree1d2abd61e79ed202d382562f291442af52f94e5e
parent455cc1097a5fd5dd614b13174521a3d4ce8ac5f7 (diff)
downloadeggshell-9751124fa74525efb08154405fcd2abf2d94191c.zip
eggshell-9751124fa74525efb08154405fcd2abf2d94191c.tar.gz
eggshell-9751124fa74525efb08154405fcd2abf2d94191c.tar.bz2
research/malloc.txt: Refer to heap.txt
-rw-r--r--research/malloc.txt2
1 files changed, 2 insertions, 0 deletions
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.