TCDebugNew.h File Reference

#include "TCNew.h"
#include "TCNewEnable.h"
#include "TCNewDisable.h"
#include <stdlib.h>

Include dependency graph for TCDebugNew.h:

Go to the source code of this file.

Functions

void * operator new (size_t size)
void * operator new[] (size_t size)
void * operator new (size_t size, const char *fileName, int line)
void * operator new[] (size_t size, const char *fileName, int line)
void operator delete (void *p)
void operator delete[] (void *p)
void operator delete (void *p, const char *, int)
void operator delete[] (void *p, const char *, int)


Function Documentation

void* operator new ( size_t  size  ) 

Definition at line 44 of file TCDebugNew.h.

References TC::New::GetInstance().

Here is the call graph for this function:

void* operator new[] ( size_t  size  ) 

Definition at line 48 of file TCDebugNew.h.

References TC::New::GetInstance().

Here is the call graph for this function:

void* operator new ( size_t  size,
const char *  fileName,
int  line 
)

Definition at line 52 of file TCDebugNew.h.

References TC::New::GetInstance().

Here is the call graph for this function:

void* operator new[] ( size_t  size,
const char *  fileName,
int  line 
)

Definition at line 56 of file TCDebugNew.h.

References TC::New::GetInstance().

Here is the call graph for this function:


Copyright (c) Thomas Goessler 2003 - 2008