From 51310acce858b34b8131c560cb430d86cd7624b4 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Mon, 1 Jul 2019 13:45:06 +0200 Subject: add default colors to included allocators --- src/allocator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/allocator.py') 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") -- cgit v1.2.3