Constant umm_malloc::MIN_ALIGN[][src]

pub const MIN_ALIGN: usize = 8;

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.