summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.