From e9888e9c08e2860914a4b6ada81c5e8b477ad637 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Sun, 10 Nov 2019 20:19:15 +0100 Subject: change colors of bumpptr variations --- src/allocators/bumpptr.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/allocators/bumpptr.py b/src/allocators/bumpptr.py index 37fbfe5..37dc7bc 100644 --- a/src/allocators/bumpptr.py +++ b/src/allocators/bumpptr.py @@ -30,8 +30,8 @@ bumpptr = Allocator("bumpptr", LD_PRELOAD=os.path.join(BUILDDIR, "bumpptr_alloc. bumpptr_single_tsd = Allocator("bumpptr_single_tsd", LD_PRELOAD=os.path.join(BUILDDIR, "bumpptr_alloc_single_tsd.so"), - color="xkcd:black") + color="xkcd:red") bumpptr_always_align = Allocator("bumpptr_always_align", LD_PRELOAD=os.path.join(BUILDDIR, "bumpptr_alloc_always_align.so"), - color="xkcd:black") + color="xkcd:blue") -- cgit v1.2.3