5 lines
88 B
Plaintext

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