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