_new.h File Reference

_STLP_CHECK_NULL_ALLOC

_STLP_NEW

_STLP_PLACEMENT_NEW

new_handler

_STLP_BEGIN_NAMESPACE typedef void(*new_handler

set_new_handler ( new_handler )

_STLP_DECLSPEC new_handlerset_new_handler(new_handlerpnew)

__stl_new ( size_t )

void *_STLP_CALL__stl_new(size_t__n)[inline]

__stl_delete ( void * )

void _STLP_CALL__stl_delete(void *__p)[inline]

operator new ( unsigned int )

_STLP_END_NAMESPACE IMPORT_C void *operator new(unsigned intaSize)

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 &
)

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 &
)

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

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

__PLACEMENT_VEC_NEW_INLINE

operator new[] ( TUint, TAny * )

void *operator new[](TUintaSize,
TAny *aBase
)[inline]

operator delete[] ( TAny *, TAny * )

voidoperator delete[](TAny *aPtr,
TAny *aBase
)[inline]

__PLACEMENT_NEW_INLINE

operator new ( TUint, TAny * )

void *operator new(TUintaSize,
TAny *aBase
)[inline]

operator delete ( TAny *, TAny * )

voidoperator delete(TAny *aPtr,
TAny *aBase
)[inline]