Home
last modified time | relevance | path

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

/freebsd/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/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/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/contrib/bc/
H A Dconfigure136 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 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")
/freebsd/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/contrib/sqlite3/tea/
H A DMakefile.in177 VALGRINDARGS = --tool=memcheck --num-callers=8 --leak-resolution=high \
/freebsd/contrib/libcbor/
H A DCMakeLists.txt107 set(MEMORYCHECK_COMMAND_OPTIONS "--tool=memcheck --track-origins=yes --leak-check=full --error-exitcode=1")
/freebsd/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()