diff options
Diffstat (limited to 'src/allocators/tcmalloc.py')
| -rw-r--r-- | src/allocators/tcmalloc.py | 2 |
1 files changed, 1 insertions, 1 deletions
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"]) |
