Searched refs:memcheck (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/crypto/openssl/ |
| H A D | NOTES-VALGRIND.md | 4 Valgrind is a test harness that includes many tools such as memcheck, 6 run by Valgrind is memcheck. There are other tools available, but this 7 will focus on memcheck. 37 This will start up Valgrind with the default checker (`memcheck`).
|
| /freebsd-14.2/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-14.2/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-14.2/contrib/bc/ |
| 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")
|
| H A D | configure | 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-14.2/contrib/libcbor/.circleci/ |
| H A D | config.yml | 77 - run: ctest --output-on-failure -T memcheck | tee memcheck.out 79 … 'Memory Leak\|IPW\|Uninitialized Memory Conditional\|Uninitialized Memory Read' memcheck.out; then
|
| /freebsd-14.2/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-14.2/contrib/sqlite3/tea/ |
| H A D | Makefile.in | 177 VALGRINDARGS = --tool=memcheck --num-callers=8 --leak-resolution=high \
|
| /freebsd-14.2/contrib/libcbor/ |
| H A D | CMakeLists.txt | 107 set(MEMORYCHECK_COMMAND_OPTIONS "--tool=memcheck --track-origins=yes --leak-check=full --error-exit…
|
| /freebsd-14.2/contrib/tzcode/ |
| H A D | zic.c | 521 memcheck(void *ptr) in memcheck() function 531 return memcheck(malloc(size)); in emalloc() 537 return memcheck(realloc(ptr, size)); in erealloc() 543 return memcheck(strdup(str)); in estrdup()
|