aboutsummaryrefslogtreecommitdiff
path: root/src/allocators/no_falsesharing.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/allocators/no_falsesharing.py')
-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 23726c4..90f777e 100644
--- a/src/allocators/no_falsesharing.py
+++ b/src/allocators/no_falsesharing.py
@@ -21,4 +21,4 @@ from src.allocators.tcmalloc import tcmalloc, tcmalloc_nofs
from src.allocators.glibc import glibc, glibc_nofs, glibc_nofs_fancy
-allocators = [glibc, glibc_nofs, glibc_nofs_fancy, tcmalloc, tcmalloc_nofs]
+allocators = [glibc, glibc_nofs, glibc_nofs_fancy, tcmalloc_gperftools, tcmalloc_gperftools_nofs]