mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 10:21:20 +00:00
14-hg-mmap-magic-virgin This does two things: 1. change the signatures of the new_mem_mmap and change_mem_mprotect functions to remove the pointless 'nn' argument. This makes them match the signature of new_mem_startup... 2. change helgrind to mark memory created by mmap as if it were the same as other magically pre-inited memory. Implement this by pointing helgrind's new_mem_mmap function at new_mem_startup. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1263