diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-06-24 17:21:09 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-06-24 17:21:09 +0200 |
| commit | f20c5285a0c0351a4cb8ac68a994a8d69457963e (patch) | |
| tree | 3c14906e3982bcd22eded5ae144bfc5478b2889a /src/allocators/supermalloc.py | |
| parent | 6dc6cea0b738c74852b920a9cf2fb1c49634dbe9 (diff) | |
| download | allocbench-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.py | 2 |
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") |
