aboutsummaryrefslogtreecommitdiff
path: root/src/allocators/llalloc.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/allocators/llalloc.py')
-rw-r--r--src/allocators/llalloc.py2
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")