/external/valgrind/perf/ |
sarp.c | 2 // on the stack. It is a stress test for Memcheck's set_address_range_perms
|
/prebuilts/go/darwin-x86/src/runtime/ |
mem_plan9.go | 88 func memCheck() { 136 memCheck() 148 memCheck() 171 memCheck()
|
/prebuilts/go/linux-x86/src/runtime/ |
mem_plan9.go | 88 func memCheck() { 136 memCheck() 148 memCheck() 171 memCheck()
|
/external/valgrind/VEX/priv/ |
guest_x86_defs.h | 223 Memcheck. Hence 4 words are used, with minimal loss of efficiency. 230 We want Memcheck to believe that the resulting flags are 235 sometimes needed. We arrange things so that Memcheck does 239 To make Memcheck believe that (the definedness of) the encoded 259 This is important because otherwise Memcheck could give false 266 requires it, because Memcheck ignores CC_NDEP, and the evaluation 292 Therefore Memcheck will believe the following: 300 arg so that Memcheck sees the data dependency on it. That means 310 on the old C flag. However, we don't want Memcheck to see that, 331 Since the helper's mcx_mask does not have any set bits, Memcheck [all...] |
/external/valgrind/docs/internals/ |
notes.txt | 12 23 Apr 05 (memcheck-on-amd64 notes) 15 we need to tell memcheck that the area [lo - VGA_STACK_REDZONE_SZB 18 into memcheck that states the new stack area. 32 * No other tools work. Memcheck worked fine in 3.0 prior to the 38 thread-event-modelling does not work (see below). Memcheck
|
3_1_BUGSTATUS.txt | 29 low 124478 memcheck reports uninit'd bytes on timer_create() 46 memcheck/tests/stack_switch 48 fixed n-i-bz memcheck/tests/stack_changes 100 pending pending 118466 add %r,%r mishandled by memcheck 103 v5429 v5450 n-i-bz memcheck/tests/mempool reads freed memory 122 v5616 v5677 n-i-bz memcheck/tests/zeropage de-looping fix
|
xml-output-protocol4.txt | 6 Protocols 1 through 3 supported Memcheck only. Protocol 4 provides 7 XML output for Memcheck, Helgrind, DRD and SGcheck. Technically there 50 Protocol 4 changes for Memcheck 53 Protocol 4 for Memcheck is similar to Protocol 3, but has a number 62 - ERRORs for Memcheck may contain a SUPPRESSION field, which gives 65 - ERRORs for Memcheck now use the XWHAT and XAUXWHAT nonterminals, as 68 - The ad-hoc blocks <leakedbytes> and <leakedblocks> used by Memcheck 73 design flaw in the way Memcheck interacts with Valgrind's error 84 definition of a nonterminal called TOOLSPECIFIC for each of Memcheck, 118 The TEXT in <protocoltool> is either "memcheck", "helgrind", "drd" o [all...] |
/external/valgrind/memcheck/ |
Makefile.am | 10 memcheck.h 16 # memcheck-<platform> 19 noinst_PROGRAMS = memcheck-@VGCONF_ARCH_PRI@-@VGCONF_OS@ 21 noinst_PROGRAMS += memcheck-@VGCONF_ARCH_SEC@-@VGCONF_OS@ 72 # mc_main.c contains the helper function for memcheck that get called
|
/external/valgrind/ |
NEWS.old | 20 n-i-bz Memcheck asserts on Altivec code 28 n-i-bz Minor false-error avoidance fixes for Memcheck 118 improvements mostly affect Memcheck. Memcheck is also up to 10% 176 - Memcheck offers a new suppression kind: "Jump". This is for 180 - Memcheck has new flags --malloc-fill=<hexnum> and 186 - The behaviour of Memcheck's client requests VALGRIND_GET_VBITS and 192 - The following Memcheck client requests have been removed: 250 147545 Memcheck: mc_main.c:817 (get_sec_vbits8): Assertion 'n' failed. 265 152022 subw $0x28, %%sp causes assertion failure in memcheck [all...] |
Makefile.am | 6 TOOLS = memcheck \ 32 memcheck/tests/vbit-test \
|
README_DEVELOPERS | 50 perl tests/vg_regtest memcheck 51 perl tests/vg_regtest memcheck/tests/badfree.vgtest 52 perl tests/vg_regtest memcheck/tests/badfree 102 gdb $DIR/.in_place/x86-linux/memcheck 195 so Memcheck can be used to find leaks and use after free in an Inner 209 To run all the regression tests with an outer memcheck, do : 213 To run a specific regression tests with an outer memcheck, do: 229 errors detected by the outer valgrind. E.g. for an outer memcheck, it
|
NEWS | 9 * Memcheck: 84 * Memcheck: 92 memory (one word per malloc-ed block) but allows Memcheck to show the 172 * The address description logic used by Memcheck and Helgrind now 242 302630 Memcheck: Assertion failed: 'sizeof(UWord) == sizeof(UInt)' 282 340392 Allow user to select more accurate definedness checking in memcheck 346 344621 Fix memcheck/tests/err_disable4 test on OS X 351 344939 Fix memcheck/tests/xml1 on OS X 10.10 359 345394 Fix memcheck/tests/strchr on OS X 360 345637 Fix memcheck/tests/sendmsg on OS [all...] |
/external/valgrind/docs/xml/ |
FAQ.xml | 152 <para>If Memcheck (the memory checker) shows any invalid reads, 171 Memcheck may issue a warning just before this happens, but it might not 284 <para>The stack traces given by Memcheck (or another tool) aren't 365 <para>The stack traces given by Memcheck (or another tool) seem to 402 in most cases Memcheck should identify the bad memory operation.</para>. 410 <para> Memcheck doesn't report any errors and I know my program has 443 if Memcheck says: 464 <para>Why doesn't Memcheck find the array overruns in this 481 <para>Unfortunately, Memcheck doesn't do bounds checking on global 483 a reasonable way that fits with how Memcheck works. Sorry.</para [all...] |
/external/valgrind/gdbserver_tests/ |
t.c | 9 #include "../memcheck/memcheck.h"
|
/external/valgrind/memcheck/tests/ |
addressable.c | 2 #include "../memcheck.h" 50 /* XXX need a memcheck request to test addressability */
|
leak_cpp_interior.cpp | 9 #include "../memcheck.h" 116 // ptr2 points after the chunk, is wrongly considered by memcheck as definitely leaked.
|
pointer-trace.c | 7 #include "memcheck/memcheck.h"
|
holey_buffer_too_small.c | 5 #include "../memcheck.h"
|
leak-tree.c | 4 #include "../memcheck.h"
|
/system/bt/ |
README.md | 74 curl https://chromium.googlesource.com/chromium/src/base/+/master/third_party/valgrind/memcheck.h?format=TEXT | base64 -d > memcheck.h
|
/external/dbus/dbus/ |
dbus-valgrind-internal.h | 32 # include <memcheck.h>
|
/external/llvm/test/Analysis/LoopAccessAnalysis/ |
pointer-with-unknown-bounds.ll | 6 ; bounds *unless* we actually need to emit a memcheck for it. (We only
|
/external/llvm/test/Transforms/LoopVectorize/X86/ |
reduction-crash.ll | 11 ; CHECK: vector.memcheck
|
/external/valgrind/exp-sgcheck/tests/ |
Makefile.am | 58 -Wl,-rpath,$(top_builddir)/memcheck/tests
|
/external/valgrind/memcheck/tests/linux/ |
rfcomm.c | 6 #include "../../memcheck.h"
|