Home | History | Annotate | Download | only in html

Lines Matching full:checking

78        global array checks are omitted, and only heap checking is
113 however completely different from Memcheck's, and the checking is more
141 <p>Checking of accesses to such arrays would then be relatively
189 <p>Memcheck and Ptrcheck use different approaches for checking heap
233 value checking, invalid and mismatched free checking, overlap checking, and
234 leak checking, none of which Ptrcheck do. Memcheck has also benefitted from
276 assumption upon which the stack/global checking rests. For
316 <p>Coverage: the heap checking is relatively robust, requiring
321 <p>Stack/global checking is much more fragile. If a shared
330 silently skip stack and global checking for such objects. It would
339 the stack and global checking requires tracking function calls and
354 <li class="listitem"><p>Extend system call checking to work on stack and global arrays.</p></li>