Jason Evans a8f8d7540d Remove mmap_unaligned.
Remove mmap_unaligned, which was used to heuristically decide whether to
optimistically call mmap() in such a way that could reduce the total
number of system calls.  If I remember correctly, the intention of
mmap_unaligned was to avoid always executing the slow path in the
presence of ASLR.  However, that reasoning seems to have been based on a
flawed understanding of how ASLR actually works.  Although ASLR
apparently causes mmap() to ignore address requests, it does not cause
total placement randomness, so there is a reasonable expectation that
iterative mmap() calls will start returning chunk-aligned mappings once
the first chunk has been properly aligned.
2012-04-21 19:17:21 -07:00
..
2012-03-13 16:31:41 -07:00
2012-04-21 19:17:21 -07:00
2012-04-21 19:17:21 -07:00
2012-03-02 15:59:45 -08:00
2012-03-07 16:19:19 -08:00
2012-03-07 16:19:19 -08:00
2012-03-13 16:31:41 -07:00
2012-02-28 16:50:47 -08:00
2012-04-20 14:12:30 -07:00
2012-04-21 19:17:21 -07:00
2012-03-02 15:59:45 -08:00
2011-11-01 20:48:31 -07:00
2012-03-07 16:19:19 -08:00
2012-04-21 16:04:51 -07:00