Home | History | Annotate | Download | only in xml

Lines Matching full:memcheck

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>
487 to try it, but be aware that it is not as robust as Memcheck.</para>
519 <para>With Memcheck's memory leak detector, what's the
524 <para>The details are in the Memcheck section of the user manual.</para>
566 <para>Memcheck's uninitialised value errors are hard to track down,
568 Memcheck record a trail of operations to better link the cause to the
586 problem without Memcheck's help.</para>
592 hundreds of false positives. Therefore Memcheck does not support eager