diff options
Diffstat (limited to 'src/allocators/je_tc_super.py')
| -rw-r--r-- | src/allocators/je_tc_super.py | 7 |
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] |
