Home | History | Annotate | Download | only in docs

Lines Matching full:checking

66        global array checks are omitted, and only heap checking is
111 however completely different from Memcheck's, and the checking is more
148 <para>Checking of accesses to such arrays would then be relatively
208 <para>Memcheck and Ptrcheck use different approaches for checking heap
258 value checking, invalid and mismatched free checking, overlap checking, and
259 leak checking, none of which Ptrcheck do. Memcheck has also benefitted from
324 assumption upon which the stack/global checking rests. For
374 <para>Coverage: the heap checking is relatively robust, requiring
380 <para>Stack/global checking is much more fragile. If a shared
390 silently skip stack and global checking for such objects. It would
404 the stack and global checking requires tracking function calls and
432 <para>Extend system call checking to work on stack and global arrays.</para>