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

DbgNew.h File Reference

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

Include dependency graph for DbgNew.h:

Include dependency graph

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. More...

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. More...


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:25 2005 for NVSGSDK by NVIDIA