import sys alloc(length) { return sys.mmap(0, length, 0x1|0x2, 0x02|0x20|0x100) } free(address, length) { return sys.munmap(address, length) }