Y
Hacker News
new
|
ask
|
show
|
jobs
by
russdill
28 days ago
mmap with MAP_FIXED has allowed you to do this for some time.
1 comments
quotemstr
28 days ago
Not if you have an address space conflict, e.g. if you want to move a stack within a single process. Linear addresses are relative to a whole address space root.
link