diff options
Diffstat (limited to 'src/malloc.c')
-rw-r--r-- | src/malloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/malloc.c b/src/malloc.c index 3d48b56..5a6739e 100644 --- a/src/malloc.c +++ b/src/malloc.c @@ -38,6 +38,7 @@ #define MALLOC(size) memalign(sizeof(max_align_t), size) + /** * Create a new memory allocation on the heap. * The allocation will not be initialised. |