aboutsummaryrefslogtreecommitdiff
path: root/common_targets.py
diff options
context:
space:
mode:
Diffstat (limited to 'common_targets.py')
-rw-r--r--common_targets.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/common_targets.py b/common_targets.py
index 1fd6af3..137f34f 100644
--- a/common_targets.py
+++ b/common_targets.py
@@ -2,4 +2,7 @@ common_targets = {"klmalloc" : ("", "targets/libklmalloc.so"),
"libc" : ("", ""), # libc
"tcmalloc" : ("", "targets/libtcmalloc.so"),
"jemalloc" : ("", "targets/libjemalloc.so"),
- "hoard" : ("", "targets/libhoard.so")}
+ "hoard" : ("", "targets/libhoard.so")
+ }
+
+analyse_targets = {"chattymalloc" : ("", "build/chattymalloc.so")}