diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2018-07-24 11:09:34 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2018-07-24 11:09:34 +0200 |
| commit | fce50c833496d8c07a1d189807d81be15875431c (patch) | |
| tree | 5fff7ef00ec8476991e68221ee96f121873d4cf5 /common_targets.py | |
| parent | 05c3559e2dfd015b2e7f2deca7aa9f1692c84ecb (diff) | |
| download | allocbench-fce50c833496d8c07a1d189807d81be15875431c.tar.gz allocbench-fce50c833496d8c07a1d189807d81be15875431c.zip | |
move c benchmarks in benchmarks subdir
Diffstat (limited to 'common_targets.py')
| -rw-r--r-- | common_targets.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common_targets.py b/common_targets.py index 177168b..1fd6af3 100644 --- a/common_targets.py +++ b/common_targets.py @@ -1,3 +1,5 @@ common_targets = {"klmalloc" : ("", "targets/libklmalloc.so"), "libc" : ("", ""), # libc - "tcmalloc" : ("", "targets/libtcmalloc.so")} + "tcmalloc" : ("", "targets/libtcmalloc.so"), + "jemalloc" : ("", "targets/libjemalloc.so"), + "hoard" : ("", "targets/libhoard.so")} |
