|
Almost identical to mmap, but Linux specific
Last argument is specified as multiples of system page size instead of bytes
|
Initially it seems to work!
|
...but analysis of the strace file shows otherwise:
|
Why is the last argument 0xbffff0a8 rather than 0?
I haven't yet had time to gdb Perl to see what's really happening