alloc_aligned
macro alloc_aligned(Allocator allocator, $Type) @nodiscardAllocate using an aligned allocation. This is necessary for types with a default memory alignmentexceeding DEFAULT_MEM_ALIGNMENT. IMPORTANT! It must be freed using free_aligned.