Source File

Heap.hylo

Members

Functions

fun hylo_aligned_alloc(_ alignment: Int, _ size: Int) -> MemoryAddress

Allocates size bytes of uninitialized storage whose alignment is specified by alignment.

fun hylo_aligned_free(_ pointer: MemoryAddress)

Deallocates memory allocated by hylo_aligned_alloc.