Home
last modified time | relevance | path

Searched full:valgrind (Results 1 – 25 of 761) sorted by relevance

12345678910>>...31

/third_party/gstreamer/gstplugins_bad/common/
Dcheck.mak7 check-valgrind:
8 $(MAKE) valgrind
10 check-valgrind:
43 # valgrind any given test by running make test.valgrind
44 %.valgrind: %
45 @valgrind_log=$(subst /,-,$*-valgrind.log); \
62 # valgrind any given test and generate suppressions for it
63 %.valgrind.gen-suppressions: %
76 # valgrind torture any given test
77 %.valgrind-torture: %
[all …]
/third_party/gstreamer/gstplugins_base/common/
Dcheck.mak7 check-valgrind:
8 $(MAKE) valgrind
10 check-valgrind:
43 # valgrind any given test by running make test.valgrind
44 %.valgrind: %
45 @valgrind_log=$(subst /,-,$*-valgrind.log); \
62 # valgrind any given test and generate suppressions for it
63 %.valgrind.gen-suppressions: %
76 # valgrind torture any given test
77 %.valgrind-torture: %
[all …]
/third_party/gstreamer/gstplugins_good/common/
Dcheck.mak7 check-valgrind:
8 $(MAKE) valgrind
10 check-valgrind:
43 # valgrind any given test by running make test.valgrind
44 %.valgrind: %
45 @valgrind_log=$(subst /,-,$*-valgrind.log); \
62 # valgrind any given test and generate suppressions for it
63 %.valgrind.gen-suppressions: %
76 # valgrind torture any given test
77 %.valgrind-torture: %
[all …]
/third_party/gstreamer/gst_libav/common/
Dcheck.mak7 check-valgrind:
8 $(MAKE) valgrind
10 check-valgrind:
43 # valgrind any given test by running make test.valgrind
44 %.valgrind: %
45 @valgrind_log=$(subst /,-,$*-valgrind.log); \
62 # valgrind any given test and generate suppressions for it
63 %.valgrind.gen-suppressions: %
76 # valgrind torture any given test
77 %.valgrind-torture: %
[all …]
/third_party/gstreamer/gstreamer/common/
Dcheck.mak7 check-valgrind:
8 $(MAKE) valgrind
10 check-valgrind:
43 # valgrind any given test by running make test.valgrind
44 %.valgrind: %
45 @valgrind_log=$(subst /,-,$*-valgrind.log); \
62 # valgrind any given test and generate suppressions for it
63 %.valgrind.gen-suppressions: %
76 # valgrind torture any given test
77 %.valgrind-torture: %
[all …]
/third_party/node/doc/guides/
Dinvestigating_native_memory_leak.md1 # Investigating memory leaks with valgrind
8 This guide provides information on how to use valgrind to investigate these
11 ## valgrind section in Investigating memory leaks with valgrind
13 [Valgrind](https://valgrind.org/docs/manual/quick-start.html) is a
19 To use valgrind:
21 * Be patient, running under valgrind slows execution significantly
33 apt-get install valgrind
37 The simplest invocation of valgrind is:
40 valgrind node test.js
46 user1@minikube1:~/valgrind/node-addon-examples/1_hello_world/napi$ valgrind node test.js
[all …]
/third_party/skia/infra/bots/assets/valgrind/
Dcreate.py29 VALGRIND = 'valgrind-3.15.0' variable
30 TARBALL = '%s.tar.bz2' % VALGRIND
31 DOWNLOAD_URL = 'ftp://sourceware.org/pub/valgrind/%s' % TARBALL
32 TEMP_DIR = os.path.join(tempfile.gettempdir(), 'skia-%s' % VALGRIND)
46 if os.path.isdir(VALGRIND):
58 if os.path.isfile(os.path.join(INSTALL_DIR, 'bin', 'valgrind')):
60 with utils.chdir(os.path.join(TEMP_DIR, VALGRIND)):
67 with utils.chdir(os.path.join(TEMP_DIR, VALGRIND)):
69 shutil.copy(os.path.join(INSTALL_DIR, 'bin', 'valgrind'),
70 os.path.join(target_dir, 'bin', 'valgrind'))
[all …]
/third_party/flutter/skia/infra/bots/assets/valgrind/
Dcreate.py25 VALGRIND = 'valgrind-3.13.0' variable
26 TARBALL = '%s.tar.bz2' % VALGRIND
27 DOWNLOAD_URL = 'ftp://sourceware.org/pub/valgrind/%s' % TARBALL
28 TEMP_DIR = os.path.join(tempfile.gettempdir(), 'skia-%s' % VALGRIND)
42 if os.path.isdir(VALGRIND):
54 if os.path.isfile(os.path.join(INSTALL_DIR, 'bin', 'valgrind')):
56 with utils.chdir(os.path.join(TEMP_DIR, VALGRIND)):
63 with utils.chdir(os.path.join(TEMP_DIR, VALGRIND)):
65 shutil.copy(os.path.join(INSTALL_DIR, 'bin', 'valgrind'),
66 os.path.join(target_dir, 'bin', 'valgrind'))
[all …]
/third_party/python/Modules/_decimal/tests/
Drunall-memorydebugger.sh5 # refleaks, release build and release build with valgrind.
9 # Requirements: valgrind
20 VALGRIND="valgrind --tool=memcheck --leak-resolution=high \
21 --suppressions=Misc/valgrind-python.supp"
59 # test_decimal: refleak, regular and Valgrind tests
97 ########### valgrind tests ###########
98 valgrind=$VALGRIND
100 # Valgrind has no support for 80 bit long double arithmetic.
101 ppro) valgrind= ;;
103 i386|i486|i586|i686) valgrind= ;;
[all …]
/third_party/gstreamer/gst_libav/common/m4/
Dgst-valgrind.m43 dnl valgrind inclusion
4 AC_ARG_ENABLE(valgrind, optenable
5 AC_HELP_STRING([--disable-valgrind], [disable run-time valgrind detection]),
10 *) AC_MSG_ERROR(bad value ${enableval} for --enable-valgrind) ;;
18 PKG_CHECK_MODULES(VALGRIND, valgrind >= $VALGRIND_REQ,
27 AC_DEFINE(HAVE_VALGRIND, 1, [Define if valgrind should be used])
28 AC_MSG_NOTICE(Using extra code paths for valgrind)
33 AC_PATH_PROG(VALGRIND_PATH, valgrind, no)
/third_party/gstreamer/gstplugins_bad/common/m4/
Dgst-valgrind.m43 dnl valgrind inclusion
4 AC_ARG_ENABLE(valgrind, optenable
5 AC_HELP_STRING([--disable-valgrind], [disable run-time valgrind detection]),
10 *) AC_MSG_ERROR(bad value ${enableval} for --enable-valgrind) ;;
18 PKG_CHECK_MODULES(VALGRIND, valgrind >= $VALGRIND_REQ,
27 AC_DEFINE(HAVE_VALGRIND, 1, [Define if valgrind should be used])
28 AC_MSG_NOTICE(Using extra code paths for valgrind)
33 AC_PATH_PROG(VALGRIND_PATH, valgrind, no)
/third_party/gstreamer/gstreamer/common/m4/
Dgst-valgrind.m43 dnl valgrind inclusion
4 AC_ARG_ENABLE(valgrind, optenable
5 AC_HELP_STRING([--disable-valgrind], [disable run-time valgrind detection]),
10 *) AC_MSG_ERROR(bad value ${enableval} for --enable-valgrind) ;;
18 PKG_CHECK_MODULES(VALGRIND, valgrind >= $VALGRIND_REQ,
27 AC_DEFINE(HAVE_VALGRIND, 1, [Define if valgrind should be used])
28 AC_MSG_NOTICE(Using extra code paths for valgrind)
33 AC_PATH_PROG(VALGRIND_PATH, valgrind, no)
/third_party/gstreamer/gstplugins_base/common/m4/
Dgst-valgrind.m43 dnl valgrind inclusion
4 AC_ARG_ENABLE(valgrind, optenable
5 AC_HELP_STRING([--disable-valgrind], [disable run-time valgrind detection]),
10 *) AC_MSG_ERROR(bad value ${enableval} for --enable-valgrind) ;;
18 PKG_CHECK_MODULES(VALGRIND, valgrind >= $VALGRIND_REQ,
27 AC_DEFINE(HAVE_VALGRIND, 1, [Define if valgrind should be used])
28 AC_MSG_NOTICE(Using extra code paths for valgrind)
33 AC_PATH_PROG(VALGRIND_PATH, valgrind, no)
/third_party/gstreamer/gstplugins_good/common/m4/
Dgst-valgrind.m43 dnl valgrind inclusion
4 AC_ARG_ENABLE(valgrind, optenable
5 AC_HELP_STRING([--disable-valgrind], [disable run-time valgrind detection]),
10 *) AC_MSG_ERROR(bad value ${enableval} for --enable-valgrind) ;;
18 PKG_CHECK_MODULES(VALGRIND, valgrind >= $VALGRIND_REQ,
27 AC_DEFINE(HAVE_VALGRIND, 1, [Define if valgrind should be used])
28 AC_MSG_NOTICE(Using extra code paths for valgrind)
33 AC_PATH_PROG(VALGRIND_PATH, valgrind, no)
/third_party/pcre2/pcre2/
DRunGrepTest25 # valgrind settings when requested.
41 valgrind=
44 valgrind) valgrind="valgrind -q --leak-check=no --smc-check=all-non-file";;
52 if [ "$valgrind" = "" ] ; then
55 echo "Testing $pcre2grep_version using valgrind"
58 vjs="--suppressions=./testdata/valgrind-jit.supp"
104 $valgrind $pcre2grep $1 >>testtrygrep 2>&1
116 (cd $srcdir; $valgrind $vjs $pcre2grep PATTERN ./testdata/grepinput) >>testtrygrep
120 (cd $srcdir; $valgrind $vjs $pcre2grep '^PATTERN' ./testdata/grepinput) >>testtrygrep
124 (cd $srcdir; $valgrind $vjs $pcre2grep -in PATTERN ./testdata/grepinput) >>testtrygrep
[all …]
DRunTest27 # Other arguments can be one of the words "-valgrind", "-valgrind-log", or
33 # For backwards compatibility, -nojit, -valgrind, -valgrind-log, and -sim may
170 $valgrind $vjs ./pcre2test $1 >>testtry
181 $valgrind ./pcre2test -C ebcdic >/dev/null
206 valgrind=
276 valgrind|-valgrind) valgrind="valgrind --tool=memcheck -q --smc-check=all-non-file";;
277valgrind-log|-valgrind-log) valgrind="valgrind --tool=memcheck --num-callers=30 --leak-check=no --…
396 # When JIT is used with valgrind, we need to set up valgrind suppressions as
397 # otherwise there are a lot of false positive valgrind reports when the
405 if [ "$valgrind" != "" ] ; then
[all …]
/third_party/icu/.ci-builds/
D.azure-valgrind.yml1 # Azure Pipelines configuration for Valgrind for ICU4C.
3 # Note: The valgrind test configuration is in a separate file
6 # The Ubuntu images don't have valgrind installed by default, so we need
9 # Only run valgrind on the master and maint branches, and
35 displayName: 'C: Linux Clang Valgrind (Ubuntu 16.04)'
46 sudo apt install -y valgrind
47 displayName: 'Install valgrind'
57 …RARY_PATH=../../lib:../../stubdata:../../tools/ctestfw:$LD_LIBRARY_PATH valgrind --tool=memcheck -…
58 displayName: 'Valgrind intltest'
61 …RARY_PATH=../../lib:../../stubdata:../../tools/ctestfw:$LD_LIBRARY_PATH valgrind --tool=memcheck -…
[all …]
/third_party/python/Misc/
DREADME.valgrind1 This document describes some caveats about the use of Valgrind with
2 Python. Valgrind is used periodically by Python developers to try
5 If you want to enable valgrind support in Python, you will need to
6 configure Python --with-valgrind option or an older option
12 If you don't want to read about the details of using Valgrind, there
15 Misc/valgrind-python.supp. Second, you must do one of the following:
19 * Uncomment the lines in Misc/valgrind-python.supp that
22 If you want to use Valgrind more effectively and catch even more
26 from the big blocks. This means Valgrind can't detect
29 makes Python run much slower, especially when running under Valgrind.
[all …]
/third_party/gstreamer/gstplugins_good/tests/check/
Dgst-plugins-good.supp2 <several valgrind warnings as found with libjpeg 6b on Debian>
11 <several valgrind warnings as found with libjpeg 6b on Debian>
20 <several valgrind warnings as found with libjpeg 6b on Debian>
30 <several valgrind warnings as found with libjpeg 6b on Debian>
39 <several valgrind warnings as found with libjpeg 6b on Debian>
49 <several valgrind warnings as found with libjpeg 6b on Debian>
56 <several valgrind warnings as found with libjpeg 6b on Debian>
64 <several valgrind warnings as found with libjpeg 6b on Debian>
73 <several valgrind warnings as found with libjpeg 6b on Debian>
81 <several valgrind warnings as found with libjpeg 6b on Debian>
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DValgrind.h1 //===- llvm/Support/Valgrind.h - Communication with Valgrind ----*- C++ -*-===//
10 // Methods for communicating with a valgrind instance this program is running
12 // valgrind headers installed and valgrind is controlling this process.
23 // True if Valgrind is controlling this process.
26 // Discard valgrind's translation of code in the range [Addr .. Addr + Len).
27 // Otherwise valgrind may continue to execute the old version of the code.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DValgrind.cpp1 //===-- Valgrind.cpp - Implement Valgrind communication ---------*- C++ -*-===//
9 // Defines Valgrind communication methods, if HAVE_VALGRIND_VALGRIND_H is
10 // defined. If we have valgrind.h but valgrind isn't running, its macros are
15 #include "llvm/Support/Valgrind.h"
20 #include <valgrind/valgrind.h>
29 // Valgrind-provided macros.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DValgrind.h1 //===- llvm/Support/Valgrind.h - Communication with Valgrind ----*- C++ -*-===//
9 // Methods for communicating with a valgrind instance this program is running
11 // valgrind headers installed and valgrind is controlling this process.
22 // True if Valgrind is controlling this process.
25 // Discard valgrind's translation of code in the range [Addr .. Addr + Len).
26 // Otherwise valgrind may continue to execute the old version of the code.
/third_party/cJSON/
D.travis.yml6 - VALGRIND=On SANITIZERS=Off
7 - VALGRIND=Off SANITIZERS=Off
8 - VALGRIND=Off SANITIZERS=On
15 - valgrind
26 … cmake .. -DENABLE_CJSON_UTILS=On -DENABLE_VALGRIND="${VALGRIND}" -DENABLE_SAFE_STACK="${VALGRIND}…
/third_party/harfbuzz/test/fuzzing/
Drun-shape-fuzzer-tests.py39 valgrind = None variable
41 valgrind = shutil.which ('valgrind') variable
42 if valgrind is None:
43 sys.exit ("""Valgrind requested but not found.""")
49 if valgrind:
50 …text, returncode = cmd ([valgrind, '--leak-check=full', '--error-exitcode=1', hb_shape_fuzzer, pat…
56 if (not valgrind or returncode) and text.strip ():
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
Drun-draw-fuzzer-tests.py39 valgrind = None variable
41 valgrind = shutil.which ('valgrind') variable
42 if valgrind is None:
43 sys.exit ("""Valgrind requested but not found.""")
50 if valgrind:
51 …text, returncode = cmd ([valgrind, '--leak-check=full', '--error-exitcode=1', hb_draw_fuzzer, path…
57 if (not valgrind or returncode) and text.strip ():

12345678910>>...31