aboutsummaryrefslogtreecommitdiff
path: root/src/allocators/jemalloc.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/allocators/jemalloc.py')
-rw-r--r--src/allocators/jemalloc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/allocators/jemalloc.py b/src/allocators/jemalloc.py
index d3f2c3d..dc3baf5 100644
--- a/src/allocators/jemalloc.py
+++ b/src/allocators/jemalloc.py
@@ -21,4 +21,4 @@ class Jemalloc (src.allocator.Allocator):
super().__init__(name, **kwargs)
-jemalloc = Jemalloc("jemalloc")
+jemalloc = Jemalloc("jemalloc", color="xkcd:yellow")