From f6ccaede0b0c4838d90b5a6472ffca55a3f464eb Mon Sep 17 00:00:00 2001 From: "Mike D. Lowis" Date: Thu, 2 Apr 2015 12:13:44 -0400 Subject: [PATCH] CAT! --- source/runtime/heap.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/runtime/heap.h b/source/runtime/heap.h index b88dda8..9c134b4 100644 --- a/source/runtime/heap.h +++ b/source/runtime/heap.h @@ -14,6 +14,13 @@ #define HEAP_INDEX_OFFSET (MIN_NUM_SLOTS) #define NUM_HEAP_STACKS (MAX_NUM_SLOTS) +/* + +/\__/\ +| . . | +\____/ + +*/ typedef struct block_t { struct block_t* next; -- 2.49.0