aboutsummaryrefslogtreecommitdiff
path: root/src/allocators/je_tc_super.py
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-08-28 11:31:08 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-08-28 11:31:08 +0200
commitae0680f8fdd4de34fc85bea869699535f7abf0b9 (patch)
tree0c42818d1ca1dd5095a17e6213b171675fd62737 /src/allocators/je_tc_super.py
parent76df14113bec8b496c75e4b0d98df6fc0ff8b51f (diff)
downloadallocbench-ae0680f8fdd4de34fc85bea869699535f7abf0b9.tar.gz
allocbench-ae0680f8fdd4de34fc85bea869699535f7abf0b9.zip
improve code quality and add license headers to allocator definitions
Diffstat (limited to 'src/allocators/je_tc_super.py')
-rw-r--r--src/allocators/je_tc_super.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/allocators/je_tc_super.py b/src/allocators/je_tc_super.py
deleted file mode 100644
index 6245610..0000000
--- a/src/allocators/je_tc_super.py
+++ /dev/null
@@ -1,7 +0,0 @@
-from src.allocators.glibc import glibc
-from src.allocators.tcmalloc import tcmalloc
-from src.allocators.jemalloc import jemalloc
-from src.allocators.supermalloc import supermalloc
-
-
-allocators = [glibc, tcmalloc, jemalloc, supermalloc]