Hi,
Are there Linux/Unix APIs that can reserve a range of memory in process' address space, and later commit individual pages from reserved range?
Printable View
Hi,
Are there Linux/Unix APIs that can reserve a range of memory in process' address space, and later commit individual pages from reserved range?
No. But why do you need the reserving of a virtual memory region? Perhaps, there's a workaround approach to achive what you need...