From 8b416335805fc07262c0570bda324afccb5e3da3 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Mon, 9 Mar 2020 19:27:28 +0100 Subject: use gperftools in nofs allocator collection and fix tcmalloc indentation --- src/allocators/no_falsesharing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/allocators/no_falsesharing.py') 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] -- cgit v1.2.3