aboutsummaryrefslogtreecommitdiff
path: root/src/allocator.py
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-07-01 13:45:06 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-07-01 13:45:06 +0200
commit51310acce858b34b8131c560cb430d86cd7624b4 (patch)
tree0a71daf1c49cd583092fb367b58ce82e02147b47 /src/allocator.py
parent589f45bd6e4058658ed0c86b7387802ee0be37d8 (diff)
downloadallocbench-51310acce858b34b8131c560cb430d86cd7624b4.tar.gz
allocbench-51310acce858b34b8131c560cb430d86cd7624b4.zip
add default colors to included allocators
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")