In file code/C/debug_malloc.H:

inline void debug_free (void *ptr)

Wrapper for free to help debug a possible memory leak


Documentation

This function should be called instead of free so that when the DEBUG_MEMORY flag is set the global memory useage counter, global_cnt, is decremented. This counter shows how many more times malloc() has been called than free().
alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling