aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]