aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/allocators/no_falsesharing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/allocators/no_falsesharing.py b/src/allocators/no_falsesharing.py
index 1e04305..77310b3 100644
--- a/src/allocators/no_falsesharing.py
+++ b/src/allocators/no_falsesharing.py
@@ -16,7 +16,7 @@
# along with allocbench.
"""Collection containing all no falsesahring patches"""
-from src.allocators.tcmalloc import tcmalloc, tcmalloc_nofs
+from src.allocators.tcmalloc import tcmalloc_gperftools, tcmalloc_gperftools_nofs
from src.allocators.glibc import glibc, glibc_nofs, glibc_nofs_fancy
allocators = [