|
ReactOS 0.4.16-dev-1948-gd260c1d
|

Go to the source code of this file.
Macros | |
| #define | _INC_NEW |
Functions | |
| _UCRT_DISABLE_CLANG_WARNINGS _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) |
Definition at line 217 of file heap.c.
Referenced by __declspec(), for(), and heap_alloc_dbg().
| _UCRT_DISABLE_CLANG_WARNINGS _CRT_BEGIN_C_HEADER typedef int | ( | __CRTDECL * | _PNH | ) |