std::Memory::delete_aligned<T>
delete_aligned<T>
Deallocates memory for a type allocated with new_aligned
Template Parameters
T
Signature
fn delete_aligned(ptr: *T) -> void requires <T>;
delete_aligned<T>
Deallocates memory for a type allocated with new_aligned
T
fn delete_aligned(ptr: *T) -> void requires <T>;