From 2757b2790cdc3127b742a127c77fa438710e7f70 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Mon, 17 Jun 2019 16:14:42 +0200 Subject: fix name of tcmalloc source --- src/allocators/tcmalloc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/allocators') diff --git a/src/allocators/tcmalloc.py b/src/allocators/tcmalloc.py index 1eb0db4..4650772 100644 --- a/src/allocators/tcmalloc.py +++ b/src/allocators/tcmalloc.py @@ -3,7 +3,7 @@ import src.allocator version = 2.7 -tcmalloc_src = src.allocator.Allocator_Sources("tcmalloc", +tcmalloc_src = src.allocator.Allocator_Sources("gperftools", ["git clone https://github.com/gperftools/gperftools.git"], ["git checkout gperftools-{}".format(version), "./autogen.sh"], ["git stash"]) -- cgit v1.2.3