In file code/C/debug_malloc.H:

inline void * debug_malloc (size_t size )

Wrapper for malloc to help debug a possible memory leak


Documentation

This function should be called instead of malloc so that when the DEBUG_MEMORY flag is set the global memory useage counter, global_cnt, is incremented. 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