diff options
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")} |
