aboutsummaryrefslogtreecommitdiff
path: root/src/allocators/supermalloc.py
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-06-24 17:21:09 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-06-24 17:21:09 +0200
commitf20c5285a0c0351a4cb8ac68a994a8d69457963e (patch)
tree3c14906e3982bcd22eded5ae144bfc5478b2889a /src/allocators/supermalloc.py
parent6dc6cea0b738c74852b920a9cf2fb1c49634dbe9 (diff)
downloadallocbench-f20c5285a0c0351a4cb8ac68a994a8d69457963e.tar.gz
allocbench-f20c5285a0c0351a4cb8ac68a994a8d69457963e.zip
add mesh and lockless_allocator definitions
Diffstat (limited to 'src/allocators/supermalloc.py')
-rw-r--r--src/allocators/supermalloc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/allocators/supermalloc.py b/src/allocators/supermalloc.py
index 24fbb15..a8b5789 100644
--- a/src/allocators/supermalloc.py
+++ b/src/allocators/supermalloc.py
@@ -19,4 +19,4 @@ class SuperMalloc (src.allocator.Allocator):
super().__init__(name, **kwargs)
-supermalloc = SuperMalloc("SuperMalloc", color="C1")
+supermalloc = SuperMalloc("SuperMalloc")