import sys alloc(length) { return sys.mmap(0, length, 3, 290) } free(address, length) { return sys.munmap(address, length) }