diff options
Diffstat (limited to 'src/allocators/llalloc.py')
| -rw-r--r-- | src/allocators/llalloc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/allocators/llalloc.py b/src/allocators/llalloc.py index 073899c..84d4926 100644 --- a/src/allocators/llalloc.py +++ b/src/allocators/llalloc.py @@ -21,5 +21,5 @@ class Lockless_Allocator (Allocator): super().__init__(name, **kwargs) -llalloc = Lockless_Allocator("llalloc") +llalloc = Lockless_Allocator("llalloc", color="purple") |
