Home
last modified time | relevance | path

Searched refs:memcheck (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/crypto/openssl/
H A DNOTES-VALGRIND.md4 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 DMakefile.am52 memcheck.c \
95 memcheck.h \
H A DMakefile.in150 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 Dax_valgrind_check.m47 # 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 Dconfigure.sh730 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 Dconfigure730 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 Dconfig.yml77 - 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 Dtests.rst14 …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 DMakefile.in177 VALGRINDARGS = --tool=memcheck --num-callers=8 --leak-resolution=high \
/freebsd-14.2/contrib/libcbor/
H A DCMakeLists.txt107 set(MEMORYCHECK_COMMAND_OPTIONS "--tool=memcheck --track-origins=yes --leak-check=full --error-exit…
/freebsd-14.2/contrib/tzcode/
H A Dzic.c521 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()