Bug #3786
mmap doesn't respect address hints.
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2013-05-25
Due date:
% Done:
90%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
The mmap() man page says that if addr is non-zero and MAP_FIXED is not specified that it will make an effort to allocate to an address "nearby." We should make mmap honor this casual agreement.
Files
Updated by Theo Schlossnagle almost 8 years ago
- File mmap-test-3786.c mmap-test-3786.c added
Created a test case.
Updated by Theo Schlossnagle over 7 years ago
- % Done changed from 0 to 90