diff options
Diffstat (limited to 'src/heap.c')
-rw-r--r-- | src/heap.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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; |