#include <stdio.h>#include <stdlib.h>#include <string.h>#include <qvaluelist.h>#include "global.h"Include dependency graph for mem.cpp:

Go to the source code of this file.
Defines | |
| #define | __MEMFILE_C |
Typedefs | |
| typedef QValueList< ALLOC_INFO * > | AllocList |
Functions | |
| void | AddTrack (long addr, long asize, const char *fname, long lnum) |
| void | RemoveTrack (long addr) |
| void | DumpUnfreed () |
Variables | |
| AllocList | allocList |
|
|
|
|
|
|
|
||||||||||||||||||||
|
Definition at line 70 of file mem.cpp. References ALLOC_INFO::address, QValueList< T >::begin(), ALLOC_INFO::file, QValueList< T >::insert(), ALLOC_INFO::line, and ALLOC_INFO::size. |
|
|
Definition at line 99 of file mem.cpp. References QValueList< T >::begin(), buf, QValueList< T >::end(), and i. |
|
|
Definition at line 83 of file mem.cpp. References QValueList< T >::begin(), QValueList< T >::end(), i, and QValueList< T >::remove(). |
|
|
|
1.4.2