← Back to context Comment by russdill 2 hours ago mmap with MAP_FIXED has allowed you to do this for some time. 1 comment russdill Reply quotemstr 24 minutes 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.
quotemstr 24 minutes 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.
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.