]> git.mdlowis.com Git - archive/atc.git/commitdiff
CAT!
authorMike D. Lowis <mike.lowis@gentex.com>
Thu, 2 Apr 2015 16:13:44 +0000 (12:13 -0400)
committerMike D. Lowis <mike.lowis@gentex.com>
Thu, 2 Apr 2015 16:13:44 +0000 (12:13 -0400)
source/runtime/heap.h

index b88dda8efbf83f06a54bb65fff25df3ef39a021d..9c134b4ff7b792cd9ebbdb337e116bf819edffe0 100644 (file)
 #define HEAP_INDEX_OFFSET (MIN_NUM_SLOTS)
 
 #define NUM_HEAP_STACKS (MAX_NUM_SLOTS)
+/*
+
+/\__/\
+| . . |
+\____/
+
+*/
 
 typedef struct block_t {
     struct block_t* next;