From f20c5285a0c0351a4cb8ac68a994a8d69457963e Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Mon, 24 Jun 2019 17:21:09 +0200 Subject: add mesh and lockless_allocator definitions --- src/allocators/supermalloc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/allocators/supermalloc.py') 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") -- cgit v1.2.3