Improved Windows support
This commit is contained in:
parent
a7835a4494
commit
32ae625af4
8 changed files with 50 additions and 8 deletions
5
lib/mem/alloc_windows.q
Normal file
5
lib/mem/alloc_windows.q
Normal file
|
@ -0,0 +1,5 @@
|
|||
import sys
|
||||
|
||||
alloc(length Int) -> Pointer {
|
||||
return sys.mmap(0, length, 0x0004, 0x3000)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue