pub fn alloc_vec<T: Copy + Default>(n: usize) -> Vec<T>
Allocate a Vec-backed buffer (idiomatic Rust helper).