free :: fn (ptr: *u8, loc := #call_location)
Free memory alocated on heap. This function use default deallocator _context.free_fn.
ptr Memory to be deallocated.
loc Call location.
Declared in: memory.bl