From 0726b60a6e32760fbadd1cdd39362c9c7a0fd9cc Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sun, 8 Apr 2018 17:29:30 -0400 Subject: file loading, switching, good! --- src/heap.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/heap.c') diff --git a/src/heap.c b/src/heap.c index c2293fa..33f9fb4 100644 --- a/src/heap.c +++ b/src/heap.c @@ -22,11 +22,6 @@ #define HEAP_ALIGN 4 -typedef struct { - uint32_t size; - void *next; -} __attribute__ ((packed)) alloc_t; - static alloc_t *free_blocks; static void *heap_end; uint32_t heap_used; -- cgit v1.2.3