#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. 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... |
|
Dummy overload for objects that don't have an according new operator.
|
|
Dummy overload for arrays of objects that don't have an according new operator.
|