symcpp.h File Reference

operator new ( unsigned int )

IMPORT_C void *operator new(unsigned intaSize)

operator new ( unsigned int, unsigned int )

IMPORT_C void *operator new(unsigned intaSize,
unsigned intaSize1
)

operator new[] ( unsigned int )

IMPORT_C void *operator new[](unsigned intaSize)

operator delete ( void * )

IMPORT_C voidoperator delete(void *aPtr)

operator delete[] ( void * )

IMPORT_C voidoperator delete[](void *aPtr)

operator new ( unsigned int, const std::nothrow_t & )

IMPORT_C void *operator new(unsigned intaSize,
const std::nothrow_t &aNoThrow
)

operator new[] ( unsigned int, const std::nothrow_t & )

IMPORT_C void *operator new[](unsigned intaSize,
const std::nothrow_t &aNoThrow
)

operator delete ( void *, const std::nothrow_t & )

IMPORT_C voidoperator delete(void *aPtr,
const std::nothrow_t &aNoThrow
)

operator delete[] ( void *, const std::nothrow_t & )

IMPORT_C voidoperator delete[](void *aPtr,
const std::nothrow_t &aNoThrow
)