aboutsummaryrefslogtreecommitdiff
path: root/src/allocators/chattymalloc.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/allocators/chattymalloc.py')
-rw-r--r--src/allocators/chattymalloc.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/allocators/chattymalloc.py b/src/allocators/chattymalloc.py
index 3079667..6688f51 100644
--- a/src/allocators/chattymalloc.py
+++ b/src/allocators/chattymalloc.py
@@ -1,4 +1,6 @@
import os
from src.allocator import Allocator, builddir
-chattymalloc = Allocator("chattymalloc", LD_PRELOAD=os.path.join(builddir, "chattymalloc.so"), color="xkcd:black")
+chattymalloc = Allocator("chattymalloc",
+ LD_PRELOAD=os.path.join(builddir, "chattymalloc.so"),
+ cmd_prefix="env CHATTYMALLOC_FILE={{result_dir}}/chatty_{{perm}}.txt")