import sys

free(address []Any) -> Int {
	return sys.munmap(address-8, len(address)+8)
}