aboutsummaryrefslogtreecommitdiff
path: root/src/allocator.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/allocator.py')
-rw-r--r--src/allocator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/allocator.py b/src/allocator.py
index fd3fbbb..dcb6511 100644
--- a/src/allocator.py
+++ b/src/allocator.py
@@ -178,4 +178,4 @@ def patch_alloc(name, alloc, patches, **kwargs):
return new_alloc
-bumpptr = Allocator("bumpptr", LD_PRELOAD=os.path.join(builddir, "bumpptr_alloc.so"))
+bumpptr = Allocator("bumpptr", LD_PRELOAD=os.path.join(builddir, "bumpptr_alloc.so"), color="xkcd:black")