Hacker News new | ask | show | jobs
by nwmcsween 3393 days ago
How does solaris find the page? If it's mapped to a fixed address then it does have that problem.
1 comments

The default is to map the shared page to a randomized, available address within the process space.

libc gets the address of the page by looking it up in an auxiliary vector table that belongs to the process.