Skip to content

mem_free

Declaration

mem_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