We need to track mmap & co for a couple reasons: - Eventual emulation of /proc/\<pid\>/maps - Detection of libraries/programs and applying specific settings - This can be used for example to always apply TSO on libraries that depend on it
We need to track mmap & co for a couple reasons: