5 lines
96 B
Plaintext

import sys
free(address Pointer, length Int) -> Int {
return sys.munmap(address-8, length+8)
}