From b11b0b130a15f863ba1e0b851033a9e76cc4a8f2 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Wed, 19 Feb 2020 18:13:39 +0100 Subject: fix tcmalloc_gperftools_cacheline_exclusive --- src/allocators/tcmalloc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/allocators/tcmalloc.py') diff --git a/src/allocators/tcmalloc.py b/src/allocators/tcmalloc.py index e52ecfa..97c94e2 100644 --- a/src/allocators/tcmalloc.py +++ b/src/allocators/tcmalloc.py @@ -82,7 +82,7 @@ tcmalloc_gperftools_align = TCMallocGperftools("TCMalloc-Aligned", tcmalloc_gperftools_align.LD_PRELOAD = f"{BUILDDIR}/align_to_cl.so {tcmalloc_gperftools_align.LD_PRELOAD}" -tcmalloc_gperftools_cacheline_exclusive = TCMalloc("TCMalloc-Cacheline-Exclusive", +tcmalloc_gperftools_cacheline_exclusive = TCMallocGperftools("TCMalloc-Cacheline-Exclusive", patches=["{patchdir}/tcmalloc_2.7_cacheline_exclusive.patch"], version="gperftools-2.7", color="xkcd:royal blue") -- cgit v1.2.3