STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Macros | Functions
new.h File Reference
#include <corecrt.h>
#include <vcruntime_new_debug.h>

Go to the source code of this file.

Macros

#define _INC_NEW
 

Functions

_CRT_BEGIN_C_HEADER typedef int (__CRTDECL *_PNH)(size_t)
 
_PNH __cdecl _query_new_handler (void)
 
_PNH __cdecl _set_new_handler (_In_opt_ _PNH _NewHandler)
 
_ACRTIMP int __cdecl _query_new_mode (void)
 
_ACRTIMP int __cdecl _set_new_mode (_In_ int _NewMode)
 

Macro Definition Documentation

#define _INC_NEW

Function Documentation

_PNH __cdecl _query_new_handler ( void  )
_ACRTIMP int __cdecl _query_new_mode ( void  )
_PNH __cdecl _set_new_handler ( _In_opt_ _PNH  _NewHandler)
_ACRTIMP int __cdecl _set_new_mode ( _In_ int  _NewMode)
_CRT_BEGIN_C_HEADER typedef int ( __CRTDECL _PNH)