free
Declaration
free :: fn (ptr: *u8)
Description
Free memory alocated on heap. This function use default
deallocator _context.free_fn
.
Arguments
ptr
Memory to be deallocated.
Declared in: memory.bl
free :: fn (ptr: *u8)
Free memory alocated on heap. This function use default
deallocator _context.free_fn
.
ptr
Memory to be deallocated. Declared in: memory.bl