├── .github └── workflows │ └── release.yml ├── LICENSE ├── README.md ├── valgrind-3.16.1-fix-build-new-ndk.patch ├── valgrind-3.16.1-ndk-r19-minimal_setjmp.patch └── vg-callgrind.png /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nihui/valgrind-android/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nihui/valgrind-android/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nihui/valgrind-android/HEAD/README.md -------------------------------------------------------------------------------- /valgrind-3.16.1-fix-build-new-ndk.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nihui/valgrind-android/HEAD/valgrind-3.16.1-fix-build-new-ndk.patch -------------------------------------------------------------------------------- /valgrind-3.16.1-ndk-r19-minimal_setjmp.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nihui/valgrind-android/HEAD/valgrind-3.16.1-ndk-r19-minimal_setjmp.patch -------------------------------------------------------------------------------- /vg-callgrind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nihui/valgrind-android/HEAD/vg-callgrind.png --------------------------------------------------------------------------------