aboutsummaryrefslogtreecommitdiff
path: root/common_targets.py
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2018-07-17 00:37:21 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2018-07-17 00:37:21 +0200
commit08cdc1d18cd8371b38ef1a6bf663ca32bb951c9e (patch)
tree5ef5c599df2251b237782a7bc29d406bc00672ca /common_targets.py
parent2026047c197bcf291733f8a4b3e5361f31e5cb77 (diff)
downloadallocbench-08cdc1d18cd8371b38ef1a6bf663ca32bb951c9e.tar.gz
allocbench-08cdc1d18cd8371b38ef1a6bf663ca32bb951c9e.zip
remove memusage from dependencies and add common_targets
Diffstat (limited to 'common_targets.py')
-rw-r--r--common_targets.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/common_targets.py b/common_targets.py
new file mode 100644
index 0000000..177168b
--- /dev/null
+++ b/common_targets.py
@@ -0,0 +1,3 @@
+common_targets = {"klmalloc" : ("", "targets/libklmalloc.so"),
+ "libc" : ("", ""), # libc
+ "tcmalloc" : ("", "targets/libtcmalloc.so")}