mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-30 02:47:56 +08:00
cc05b877a2
first commit acl to github
3 lines
84 B
Bash
3 lines
84 B
Bash
#!/bin/sh
|
|
valgrind --tool=memcheck --leak-check=yes --show-reachable=yes -v ./slice
|