Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

DbgNew.h File Reference

#include <new>
#include "nvsgcommon.h"

Include dependency graph for DbgNew.h:

Go to the source code of this file.

Functions

void * operator new (size_t size, const char *src, unsigned int ln)
 Dummy overload for objects that don't have an according new operator.
void * operator new[] (size_t size, const char *src, unsigned int ln)
 Dummy overload for arrays of objects that don't have an according new operator.


Detailed Description


Function Documentation

void* operator new size_t  size,
const char *  src,
unsigned int  ln
[inline]
 

Dummy overload for objects that don't have an according new operator.

void* operator new[] size_t  size,
const char *  src,
unsigned int  ln
[inline]
 

Dummy overload for arrays of objects that don't have an according new operator.


Generated on Tue Mar 1 13:19:28 2005 for NVSGSDK by NVIDIA