5 lines
92 B
Plaintext

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