From f2327ada5590f40137416f301762cd3c11ab36b6 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Fri, 8 Feb 2019 13:31:11 +0100 Subject: s/target/allocator/ and remove analyse feature Use systemwide installed allocators by default --- src/targets.py | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 src/targets.py (limited to 'src/targets.py') diff --git a/src/targets.py b/src/targets.py deleted file mode 100644 index 50fcab0..0000000 --- a/src/targets.py +++ /dev/null @@ -1,19 +0,0 @@ -targets = {"glibc" : { - "cmd_prefix" : "", - "binary_suffix" : "", - "LD_PRELOAD" : "", - "color" : "C1" - }, - "tcmalloc" : { - "cmd_prefix" : "", - "binary_suffix" : "", - "LD_PRELOAD" : "targets/libtcmalloc.so", - "color" : "C2" - }, - "jemalloc" : { - "cmd_prefix" : "", - "binary_suffix" : "", - "LD_PRELOAD" : "targets/libjemalloc.so", - "color" : "C3" - }, - } -- cgit v1.2.3