aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2020-02-19 16:56:00 +0100
committerFlorian Fischer <florian.fl.fischer@fau.de>2020-02-19 16:56:00 +0100
commit84222098611a58bf2c17431182a4dcfcafb354e1 (patch)
treeb466882cba69c3f5a821cd1c45cae0889f455028 /src
parent2bcf2974fd561bfae5500492582e6d9c3cd4ed38 (diff)
downloadallocbench-84222098611a58bf2c17431182a4dcfcafb354e1.tar.gz
allocbench-84222098611a58bf2c17431182a4dcfcafb354e1.zip
fix all collection
Diffstat (limited to 'src')
-rw-r--r--src/allocators/all.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/allocators/all.py b/src/allocators/all.py
index f7df109..9dfd563 100644
--- a/src/allocators/all.py
+++ b/src/allocators/all.py
@@ -32,6 +32,6 @@ from src.allocators.rpmalloc import rpmalloc
allocators = [*src.allocators.glibcs.allocators,
- *src.allocators.tcmalloc.allocators,
+ *src.allocators.tcmallocs.allocators,
jemalloc, hoard, mesh, supermalloc, scalloc, tbbmalloc, llalloc, # streamflow,
mimalloc, snmalloc, rpmalloc]