5 lines
92 B
Plaintext
Raw Normal View History

2024-08-12 13:31:23 +00:00
import sys
alloc(length Int) -> Pointer {
return sys.mmap(0, length, 0x1|0x2, 0x02|0x20)
}