From 34d396db1cb42627f398dd094c0622435a4035e4 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Wed, 19 Feb 2020 13:15:24 +0100 Subject: add aligned version of new tcmalloc implementation --- src/allocators/tcmallocs.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/allocators/tcmallocs.py') diff --git a/src/allocators/tcmallocs.py b/src/allocators/tcmallocs.py index 46eccda..3d61226 100644 --- a/src/allocators/tcmallocs.py +++ b/src/allocators/tcmallocs.py @@ -21,6 +21,7 @@ import src.allocators.tcmalloc as tcm allocators = [tcm.tcmalloc, + tcm.tcmalloc_align, tcm.tcmalloc_gperftools_nofs, tcm.tcmalloc_gperftools_align, tcm.tcmalloc_gperftools_cacheline_exclusive] -- cgit v1.2.3