From b22c5833e920063e23756da200f13ab9dd3b6868 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Wed, 3 Jul 2019 16:33:25 +0200 Subject: fix tbbmalloc definition --- src/allocators/tbbmalloc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allocators/tbbmalloc.py b/src/allocators/tbbmalloc.py index 3735529..77c3cf0 100644 --- a/src/allocators/tbbmalloc.py +++ b/src/allocators/tbbmalloc.py @@ -21,4 +21,4 @@ class TBBMalloc (src.allocator.Allocator): super().__init__(name, **kwargs) -tbbmalloc = TBBMalloc("tbbmalloc" color="xkcd:green") +tbbmalloc = TBBMalloc("tbbmalloc", color="xkcd:green") -- cgit v1.2.3