Lines Matching full:checking
18 that provides optional error checking and memory leak detection,
63 error checking and memory leak detection.
89 In addition, if heap checking is enabled, then <tt>sm_malloc</tt>
92 checking in <tt>sm_realloc</tt> and <tt>sm_free</tt>,
122 If ptr is not NULL and heap checking is enabled,
141 If heap checking is disabled, then this function is equivalent
162 When heap checking is enabled,
205 If heap checking is disabled at compile time, then a call
247 One way to detect memory leaks is to turn on heap checking
319 If heap checking is disabled, this function does nothing.
341 <h2> How to enable heap checking </h2>
354 turn on heap checking at run time, then your program will run
355 without error checking and memory leak detection, and the additional
358 the checking code can be left compiled in a production environment.
361 heap checking at run time, then the additional cost of calling
375 /* dump the heap, if we are checking for memory leaks */
381 To turn on heap checking, use the command line option "-dsm_check_heap.1".
384 validity checking on the first argument.