Files
huishou/node_modules/nodegit/vendor/libgit2/script/leaks.sh
T
2026-07-27 14:07:26 +08:00

7 lines
145 B
Bash

#!/bin/sh
export MallocStackLogging=1
export MallocScribble=1
export MallocLogFile=/dev/null
export CLAR_AT_EXIT="leaks -quiet \$PPID"
exec "$@"