diff options
Diffstat (limited to 'src/allocators/bumpptr.py')
| -rw-r--r-- | src/allocators/bumpptr.py | 4 |
1 files 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") |
