#include <Debug.h>
|
| static void | _debugNew (const char *fileName, int lineNumber, unsigned long memoryAddress, unsigned long memorySize) |
| |
| static void | _debugNew (unsigned long memoryAddress, unsigned long memorySize) |
| |
| static void | _debugDelete (const char *fileName, int lineNumber, unsigned long address) |
| |
| static void | _debugDelete (unsigned long address) |
| |
| void Debug::_debugDelete |
( |
const char * |
fileName, |
|
|
int |
lineNumber, |
|
|
unsigned long |
address |
|
) |
| |
|
static |
| void Debug::_debugDelete |
( |
unsigned long |
address | ) |
|
|
static |
| void Debug::_debugNew |
( |
const char * |
fileName, |
|
|
int |
lineNumber, |
|
|
unsigned long |
memoryAddress, |
|
|
unsigned long |
memorySize |
|
) |
| |
|
static |
| void Debug::_debugNew |
( |
unsigned long |
memoryAddress, |
|
|
unsigned long |
memorySize |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: