Hey,
What's the equivalent to Windows's VirtualAlloc
in OS X? That is, how can i reserve a contiguous address space without actually commiting it and then commit chunks of it later?
Thanks,
Alex
Hey,
What's the equivalent to Windows's VirtualAlloc
in OS X? That is, how can i reserve a contiguous address space without actually commiting it and then commit chunks of it later?
Thanks,
Alex
No, unfortunately, there is no exact equivalent to VirtualAlloc
.