diff options
-rw-r--r-- | src/mem.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -195,7 +195,7 @@ * bit is always 0. Therefore, this bit is used to store the allocation flag. */ struct mem_btag { - size_t value; + size_t value __aligned(MEM_ALIGN); }; /* |