Fixed memory allocation on MacOS
This commit is contained in:
5
lib/mem/free.q
Normal file
5
lib/mem/free.q
Normal file
@ -0,0 +1,5 @@
|
||||
import sys
|
||||
|
||||
free(address Pointer, length Int) -> Int {
|
||||
return sys.munmap(address, length)
|
||||
}
|
Reference in New Issue
Block a user