On Tue, Jul 15, 2025 at 03:58:45PM +0200, Vitaly Wool wrote: > Add support for large (> PAGE_SIZE) alignments in Rust allocators. > All the preparations on the C side are already done, we just need > to add bindings for <alloc>_node_align() functions and start > using those. > > Signed-off-by: Vitaly Wool <vitaly.wool@xxxxxxxxxxx> > Acked-by: Danilo Krummrich <dakr@xxxxxxxxxx> Acked-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>