first commit

This commit is contained in:
yulingjing
2019-07-31 16:03:48 +08:00
commit f69cf0b3c6
28 changed files with 3530 additions and 0 deletions

2
bin/memchk.sh Normal file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
valgrind --tool=memcheck --leak-check=full --leak-resolution=high --error-limit=no --undef-value-errors=yes --show-reachable=yes --log-file=valgrind.log --malloc-fill=AA --free-fill=FE --max-stackframe=7418264 ./web_focus