]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Remove two malloc/free arenas:
authorNicholas Nethercote <njn@valgrind.org>
Sun, 13 Mar 2005 18:11:44 +0000 (18:11 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Sun, 13 Mar 2005 18:11:44 +0000 (18:11 +0000)
commitb4dd85ce0cdac0fc9282c60a2e57290facde7fe3
tree7d3d7a94bf16d269ae20dd3ebd7759e151922f7a
parentd2bc233d5e387768d3118577cf79ed3d79cab672
Remove two malloc/free arenas:
- JITTER, which was unused, since Vex now manages its own memory
- TRANSIENT, which was barely being used;  I replaced it with usage of CORE

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3342
coregrind/core.h
coregrind/vg_malloc2.c
coregrind/vg_syscalls.c