Searched refs:memcheck (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/openssl/ |
H A D | NOTES-VALGRIND.md | 4 [Valgrind](https://valgrind.org/) is a test harness that includes many tools such as memcheck, 6 run by Valgrind is memcheck. There are [other tools available](https://valgrind.org/info/tools.html… 7 will focus on memcheck. 37 This will start up Valgrind with the default checker (`memcheck`).
|
/freebsd/sys/contrib/libsodium/m4/ |
H A D | ax_valgrind_check.m4 | 7 # AX_VALGRIND_DFLT(memcheck|helgrind|drd|sgcheck, on|off) 49 # each of the available Valgrind tools (out of memcheck, helgrind and drd) 56 # memcheck, helgrind, drd and sgcheck. These are useful because often only 73 m4_define([valgrind_tool_list], [[memcheck], [helgrind], [drd], [sgcheck]]) 155 # memcheck, helgrind, drd, sgcheck). (Default: various) 168 valgrind_memcheck_flags = --tool=memcheck $(VALGRIND_memcheck_FLAGS)
|
/freebsd/contrib/expat/tests/ |
H A D | Makefile.am | 52 memcheck.c \ 95 memcheck.h \
|
H A D | Makefile.in | 150 dummy.$(OBJEXT) handlers.$(OBJEXT) memcheck.$(OBJEXT) \ 198 ./$(DEPDIR)/handlers_cxx.Po ./$(DEPDIR)/memcheck.Po \ 678 memcheck.c \ 719 memcheck.h \ 796 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcheck.Po@am__quote@ # am--include-marker 1251 -rm -f ./$(DEPDIR)/memcheck.Po 1324 -rm -f ./$(DEPDIR)/memcheck.Po
|
/freebsd/contrib/bc/ |
H A D | configure | 136 printf ' -m, --enable-memcheck\n' 137 printf ' Enable memcheck mode, to ensure no memory leaks. For development only.\n' 730 memcheck=0 764 memcheck=0 800 memcheck=0 836 memcheck=1 880 # (build in a way suitable for valgrind testing), memcheck (same as valgrind), 902 memcheck=0 943 m) memcheck=1 ;; 1084 enable-memcheck) memchec [all...] |
H A D | configure.sh | 730 memcheck=0 764 memcheck=0 800 memcheck=0 836 memcheck=1 902 memcheck=0 943 m) memcheck=1 ;; 1084 enable-memcheck) memcheck=1 ;; 1100 enable-memcheck* | install-all-locales*) 1913 memcheck=1 2078 contents=$(replace "$contents" "MEMCHECK" "$memcheck")
|
/freebsd/contrib/libcbor/doc/source/ |
H A D | tests.rst | 14 …ted for memory correctness. You can run these tests by passing the ``-T memcheck`` flag to ``ctest…
|
/freebsd/contrib/libcbor/ |
H A D | CMakeLists.txt | 107 set(MEMORYCHECK_COMMAND_OPTIONS "--tool=memcheck --track-origins=yes --leak-check=full --error-exitcode=1")
|
/freebsd/contrib/tzcode/ |
H A D | zic.c | 521 memcheck(void *ptr) in memcheck() function 531 return memcheck(malloc(size)); in xmalloc() 537 return memcheck(realloc(ptr, size)); in xrealloc() 543 return memcheck(strdup(str)); in xstrdup()
|
/freebsd/crypto/krb5/src/config/ |
H A D | pre.in | 594 VALGRIND1 = valgrind --tool=memcheck --log-file=$(VALGRIND_LOGDIR)/vg.%p --trace-children=yes --lea…
|