From: Mike D. Lowis Date: Thu, 2 Apr 2015 16:13:44 +0000 (-0400) Subject: CAT! X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=f6ccaede0b0c4838d90b5a6472ffca55a3f464eb;p=archive%2Fatc.git CAT! --- 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;