diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/allocators/chattymalloc.py | 4 |
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") |
