Documentation
Documentation
Sources
LibC.hylo
malloc(_:)
Function
malloc(_:)
Allocates
size
bytes of uninitialized storage.
Source
fun
malloc
(_
size
:
Int
) ->
MemoryAddress