Main Page   Modules   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

osclconfig_global_new_delete.h

Go to the documentation of this file.
00001 #ifndef OSCLCONFIG_GLOBAL_NEW_DELETE_H_INCLUDED
00002 #define OSCLCONFIG_GLOBAL_NEW_DELETE_H_INCLUDED
00003 
00004 //This file contains overloads for the global new/delete operators
00005 //for use in configurations without a native new/delete operator,
00006 //or where it is desirable to overload the existing global new/delete
00007 //operators.  The implementation of the operators is in oscl_mem.cpp.
00008 
00009 void* operator new(size_t);
00010 void operator delete(void*);
00011 
00012 
00013 #endif

OSCL API
Posting Version: OPENCORE_20090310