From 5a2edc5ffa86b3cadd5194935889cefed349b41f Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Tue, 10 Mar 2020 14:22:13 +0100 Subject: add tcmalloc_gperftools to tcmallocs --- src/allocators/tcmallocs.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/allocators/tcmallocs.py b/src/allocators/tcmallocs.py index 980c566..0fe5d5b 100644 --- a/src/allocators/tcmallocs.py +++ b/src/allocators/tcmallocs.py @@ -19,6 +19,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 + tcm.tcmalloc, tcm.tcmalloc_align, tcm.tcmalloc_gperftools, + tcm.tcmalloc_gperftools_nofs, tcm.tcmalloc_gperftools_align, + tcm.tcmalloc_gperftools_cacheline_exclusive ] -- cgit v1.2.3