Module alloc_vec

Module alloc_vec 

Source

Functions§

aligned_alloc
Create an uninitialized vector with the given size and alignment.
aligned_uninitialized_vec
Create an conditionally aligned uninitialized vector with the given size.
unaligned_uninitialized_vec
Create an unaligned uninitialized vector with the given size.
uninitialized_vec
Create an uninitialized vector with the given size.