/external/valgrind/memcheck/tests/vbit-test/ |
unary.c | 4 This file is part of MemCheck, a heavyweight Valgrind tool for
|
vbits.h | 4 This file is part of MemCheck, a heavyweight Valgrind tool for
|
main.c | 4 This file is part of MemCheck, a heavyweight Valgrind tool for 113 fprintf(stderr, "*** This program needs to run under memcheck.\n");
|
valgrind.c | 4 This file is part of MemCheck, a heavyweight Valgrind tool for 28 #include "memcheck.h" // VALGRIND_SET_VBITS
|
/external/valgrind/memcheck/tests/x86/ |
tronical.S | 5 and so memcheck no longer gives a false positive on this test.
|
/external/valgrind/coregrind/ |
m_redir.c | 222 for this is making Memcheck work sanely on glibc-2.6.X ppc32-linux. 224 If ld.so does not have a visible 'strlen' symbol, Memcheck 431 Example: outer memcheck tool executing an inner none tool. 434 inner will redirect malloc to a memcheck function it does not [all...] |
pub_core_gdbserver.h | 79 (so typically memcheck can provide it). Note that memcheck addressability 81 However, when accessing unaddressable byte, memcheck can differentiate
|
/external/libopus/celt/ |
stack_alloc.h | 126 #include <valgrind/memcheck.h> 159 #include <valgrind/memcheck.h>
|
/external/llvm/test/CodeGen/Hexagon/ |
NVJumpCmp.ll | 54 %memcheck.conflict607 = and i1 undef, %bound0604 55 br i1 %memcheck.conflict607, label %for.body61, label %vector.body590
|
/external/llvm/test/Transforms/LoopDistribute/ |
basic-with-memchecks.ll | 8 ; The memcheck version of basic.ll. We should distribute and vectorize the 53 ; CHECK: br i1 %memcheck.conflict, label %for.body.ph.lver.orig, label %for.body.ph.ldist1
|
/external/valgrind/memcheck/tests/ |
mempool2.c | 11 #include "../memcheck.h" 168 // from full Valgrind memcheck protection.
|
descr_belowsp.c | 17 #include "../memcheck.h"
|
/external/valgrind/docs/xml/ |
manual-core.xml | 38 Memcheck, issue this command:</para> 41 valgrind --tool=memcheck ls -l]]></programlisting> 43 <para>However, Memcheck is the default, so if you want to use it you can 60 tools. At one end of the scale, Memcheck adds code to check every 107 OpenOffice.org with Memcheck is a bit easier when using this option. You 117 <para>If you are planning to use Memcheck: On rare 120 observed to generate code which fools Memcheck into wrongly reporting 128 chances of false positives or false negatives from Memcheck. Also, you 302 message is written to the commentary. Here's an example from Memcheck:</para> 311 address 0xBFFFF74C, which, as far as Memcheck can tell, is not a vali [all...] |
manual-core-adv.xml | 46 <filename>valgrind/memcheck.h</filename>. Each tool-specific header file 123 for tools that report errors, e.g. it's useful for Memcheck, but for 137 job. For example, Memcheck won't detect nearly as many 233 memcheck leak search can be requested from the client program 311 under Memcheck and on-demand Massif snapshot production. 325 <para>If you want to debug a program with GDB when using the Memcheck 406 valgrind --tool=memcheck --vgdb=yes --vgdb-error=0 ./prog 413 ==2418== Memcheck, a memory error detector 461 use --pid=2479 for valgrind --tool=memcheck --vgdb=yes --vgdb-error=0 ./prog 462 use --pid=2481 for valgrind --tool=memcheck --vgdb=yes --vgdb-error=0 ./prog [all...] |
manual.xml | 27 <xi:include href="../../memcheck/docs/mc-manual.xml" parse="xml"
|
/external/valgrind/docs/internals/ |
3_10_BUGSTATUS.txt | 139 === Tools/Memcheck ===================================================== 157 345811 annotate also FP for memcheck dirty helpers 205 (memcheck) 267 349129 memcheck/tests/wrap6 fails on OS X 10.11 277 344382 Memcheck has high false error rates on MSVC2013 compiled, 329 349954 Cannot start memcheck: permission denied 338 memcheck/tests/linux/stack_changes asserts
|
performance.txt | 21 Improved Nulgrind performance typically by 10--20%, and Memcheck
|
/external/valgrind/ |
README.aarch64 | 26 and FP instructions. Memcheck is also believed to work, at least for 32 level from Memcheck is low enough to make it practical to use for real 191 check insn selection for memcheck-only primops:
|
AUTHORS | 3 Valgrind, created the dynamic translation frameworks, wrote Memcheck,
|
/external/valgrind/auxprogs/ |
gen-mdg | 34 # eg. 'm_main' or 'memcheck'. The destination is sometimes a module name, 38 # The 'dst_realname' holds the original name, eg. '"memcheck.h"' or 58 "lackey", "massif", "memcheck", "none" );
|
/external/valgrind/include/ |
pub_tool_addrinfo.h | 44 // Block_Freed is used by tools such as memcheck that maintain a 'quarantine' 215 /* Same as VG_(pp_addrinfo) but provides some memcheck specific behaviour: 218 * the message for Unknown tag is slightly different, as memcheck
|
pub_tool_signals.h | 43 // only by Memcheck during leak checking. We should find a way to remove
|
/external/valgrind/none/tests/ |
cmdline1.stdout.exp | 4 --tool=<name> use the Valgrind tool named <name> [memcheck] 83 on Linux/Android/Solaris for Memcheck/Helgrind/DRD 87 tools that make use of it (Memcheck, Helgrind,
|
/external/libpng/scripts/ |
makefile.acorn | 42 MemCheck.CC cc $(ccflags) -o $@ LibPng:$<
|
/external/speex/libspeex/ |
stack_alloc.h | 89 #include <valgrind/memcheck.h>
|