diff options
| -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")) |
