Index: src/fallback_malloc.ipp =================================================================== --- src/fallback_malloc.ipp +++ src/fallback_malloc.ipp @@ -51,6 +51,7 @@ #define HEAP_SIZE 512 +__attribute((aligned(2))) char heap [ HEAP_SIZE ]; typedef unsigned short heap_offset;