aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-05-21 15:53:31 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-05-21 15:53:31 +0200
commit646eaac08c1f286dc80171ba469b2a1336a0d0de (patch)
tree6cb49ae9fd19a5ce5e49ec55b6fe63810cc72e91
parent05b8e3e6dcb12df1e6897bbfc6ace6d5e6740c06 (diff)
downloadallocbench-646eaac08c1f286dc80171ba469b2a1336a0d0de.tar.gz
allocbench-646eaac08c1f286dc80171ba469b2a1336a0d0de.zip
don't hardcode bumpptr color
-rw-r--r--src/allocator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/allocator.py b/src/allocator.py
index 04710c1..d59264c 100644
--- a/src/allocator.py
+++ b/src/allocator.py
@@ -173,4 +173,4 @@ def patch_alloc(name, alloc, patches, **kwargs):
return new_alloc
-bumpptr = Allocator("bumpptr", LD_PRELOAD=os.path.join(builddir, "bumpptr_alloc.so"), color="C8")
+bumpptr = Allocator("bumpptr", LD_PRELOAD=os.path.join(builddir, "bumpptr_alloc.so"))