Simplify code and reduce overhead at trace time.
authorMilian Wolff <mail@milianw.de>
Sat, 31 May 2014 22:45:57 +0000 (00:45 +0200)
committerMilian Wolff <mail@milianw.de>
Mon, 2 Jun 2014 09:31:36 +0000 (11:31 +0200)
commitec267210d0eee08842d605e38a7d655c9b337ce5
treeff4a229507c30ea4aa4c7996e5034391c4c60e68
parentc7d0462acfc76540be06e06a1526000efd18b037
Simplify code and reduce overhead at trace time.

We now evaluate the IP to module connection at evaluation time,
rather than during tracing to reduce the overhead. This also gets
rid of the rather large IP cache, thereby reducing the memory
overhead.
malloctrace.cpp
malloctrace_main.cpp