commit | 27ea8bc6721add61e6284cbbf684b7d06a4bd2ee | [log] [tgz] |
---|---|---|
author | nethercote <nethercote@a5019735-40e9-0310-863c-91ae7b9d1cf9> | Sat Jul 10 17:21:14 2004 +0000 |
committer | nethercote <nethercote@a5019735-40e9-0310-863c-91ae7b9d1cf9> | Sat Jul 10 17:21:14 2004 +0000 |
tree | b96871eecfb460e20cf9f24cb5a004a52eea46df | |
parent | 88a9016fe2a98baedafe2bbc906bc29c6f90f65b [diff] |
A few changes: - removed an unnecessary VG_(unmap_range)() call in do_brk() -- the VG_(munmap)() just before it does it anyway. - inlined mprotect_segment() and munmap_segment() because it's more concise and easier to understand that way. - a couple of minor formatting changes - added and cleaned up a couple of comments git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2469 a5019735-40e9-0310-863c-91ae7b9d1cf9