aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/allocators/chattymalloc.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/allocators/chattymalloc.py b/src/allocators/chattymalloc.py
new file mode 100644
index 0000000..3079667
--- /dev/null
+++ b/src/allocators/chattymalloc.py
@@ -0,0 +1,4 @@
+import os
+from src.allocator import Allocator, builddir
+
+chattymalloc = Allocator("chattymalloc", LD_PRELOAD=os.path.join(builddir, "chattymalloc.so"), color="xkcd:black")