5 lines
94 B
Plaintext
Raw Permalink 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|0x1000)
}