5 lines
88 B
Plaintext
Raw Normal View History

2024-08-19 17:25:51 +02:00
import sys
alloc(length Int) -> Pointer {
return sys.mmap(0, length, 0x0004, 0x3000)
}