aboutsummaryrefslogtreecommitdiff
path: root/src/allocators/tbbmalloc.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/allocators/tbbmalloc.py')
-rw-r--r--src/allocators/tbbmalloc.py2
1 files changed, 1 insertions, 1 deletions
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")