Searched refs:memcheck (Results 1 – 11 of 11) 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 | 152 dummy.$(OBJEXT) handlers.$(OBJEXT) memcheck.$(OBJEXT) \ 200 ./$(DEPDIR)/handlers_cxx.Po ./$(DEPDIR)/memcheck.Po \ 687 memcheck.c \ 728 memcheck.h \ 800 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcheck.Po@am__quote@ # am--include-marker 1281 -rm -f ./$(DEPDIR)/memcheck.Po 1354 -rm -f ./$(DEPDIR)/memcheck.Po
|
| /freebsd/contrib/bc/ |
| H A D | configure | |
| H A D | build.gaml | 56 memcheck: true 292 memcheck: { 295 desc: "Enable memcheck mode, to check for memory leaks."
|
| H A D | build.pkg.rig | 239 DEFOPT +~ "BC_ENABLE_MEMCHECK=" +~ str(uint(bool(config["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…
|