aboutsummaryrefslogtreecommitdiff
path: root/src/allocator.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/allocator.py')
-rw-r--r--src/allocator.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/allocator.py b/src/allocator.py
index 2e223fe..73f2777 100644
--- a/src/allocator.py
+++ b/src/allocator.py
@@ -177,5 +177,3 @@ def patch_alloc(name, alloc, patches, **kwargs):
return new_alloc
-
-bumpptr = Allocator("bumpptr", LD_PRELOAD=os.path.join(builddir, "bumpptr_alloc.so"), color="xkcd:black")