From 51310acce858b34b8131c560cb430d86cd7624b4 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Mon, 1 Jul 2019 13:45:06 +0200 Subject: add default colors to included allocators --- src/allocators/tbbmalloc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/allocators/tbbmalloc.py') diff --git a/src/allocators/tbbmalloc.py b/src/allocators/tbbmalloc.py index 420803b..3735529 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") +tbbmalloc = TBBMalloc("tbbmalloc" color="xkcd:green") -- cgit v1.2.3