pub const MIN_ALIGN: usize = 8;Expand description
All allocations from this allocator are aligned to MIN_ALIGN.
Alignments larger than MIN_ALIGN are currently not supported.
Calling alloc() or realloc() with a layout requesting a larger
alignment will panic.