Crate aligned_alloc
See all aligned_alloc's items
Allocates size Bytes aligned to align Bytes. Returns a null pointer on allocation failure.
size
align
Deallocates aligned memory that was allocated with aligned_alloc. Unsafe because calling this with a pointer that was not allocated with aligned_alloc (or already released) causes undefined behavior.
aligned_alloc