diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-05-21 15:53:31 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-05-21 15:53:31 +0200 |
| commit | 646eaac08c1f286dc80171ba469b2a1336a0d0de (patch) | |
| tree | 6cb49ae9fd19a5ce5e49ec55b6fe63810cc72e91 | |
| parent | 05b8e3e6dcb12df1e6897bbfc6ace6d5e6740c06 (diff) | |
| download | allocbench-646eaac08c1f286dc80171ba469b2a1336a0d0de.tar.gz allocbench-646eaac08c1f286dc80171ba469b2a1336a0d0de.zip | |
don't hardcode bumpptr color
| -rw-r--r-- | src/allocator.py | 2 |
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")) |
