From f8363969e1dcc0f64bb52a636a56f1d93fe122e4 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Wed, 15 Apr 2020 11:43:12 +0200 Subject: fix tcmalloc in no false sharing allocator bundle --- src/allocators/no_falsesharing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [ -- cgit v1.2.3