Function
hylo_aligned_free(_:)
Deallocates memory allocated by hylo_aligned_alloc.
fun hylo_aligned_free(_ pointer: MemoryAddress)
Details
No operation is performed if pointer == .null().
Deallocates memory allocated by hylo_aligned_alloc.
fun hylo_aligned_free(_ pointer: MemoryAddress)
No operation is performed if pointer == .null().