Eliminate the use of MAP_FIXED.

Now we use the address as a suggestion, and then check if our
suggestion is used or not.  Since the MAP_FIXED is less portable,
and may overlapped with other mappings, remove MAP_FIXED will
help a lot.
1 file changed