symcpp.h File Reference
operator new ( unsigned int )
IMPORT_C void * | operator new | ( | unsigned int | aSize | ) | |
operator new ( unsigned int, unsigned int )
IMPORT_C void * | operator new | ( | unsigned int | aSize, |
| unsigned int | aSize1 |
| ) | |
operator new[] ( unsigned int )
IMPORT_C void * | operator new[] | ( | unsigned int | aSize | ) | |
operator delete ( void * )
IMPORT_C void | operator delete | ( | void * | aPtr | ) | |
operator delete[] ( void * )
IMPORT_C void | operator delete[] | ( | void * | aPtr | ) | |
operator new ( unsigned int, const std::nothrow_t & )
IMPORT_C void * | operator new | ( | unsigned int | aSize, |
| const std::nothrow_t & | aNoThrow |
| ) | |
operator new[] ( unsigned int, const std::nothrow_t & )
IMPORT_C void * | operator new[] | ( | unsigned int | aSize, |
| const std::nothrow_t & | aNoThrow |
| ) | |
operator delete ( void *, const std::nothrow_t & )
IMPORT_C void | operator delete | ( | void * | aPtr, |
| const std::nothrow_t & | aNoThrow |
| ) | |
operator delete[] ( void *, const std::nothrow_t & )
IMPORT_C void | operator delete[] | ( | void * | aPtr, |
| const std::nothrow_t & | aNoThrow |
| ) | |