File Index Symbol Index

//
// vcruntime_new_debug.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// Declarations and definitions of the debug operators new and delete.
//
#pragma once
#include <vcruntime_new.h>
#ifdef __cplusplus
extern
"C++"
{
#pragma push_macro("new")
#undef new
#ifndef _MFC_OVERRIDES_NEW
_Check_return_ _Ret_notnull_ _Post_writable_byte_size_(_Size)
);
_Check_return_ _Ret_notnull_ _Post_writable_byte_size_(_Size)
);
void
*
_Block
,
int
_BlockUse
,
char
const
*
_FileName
,
int
_LineNumber
)
noexcept
;
void
*
_Block
,
int
_BlockUse
,
char
const
*
_FileName
,
int
_LineNumber
)
noexcept
;
#endif
#pragma pop_macro("new")
#pragma pack(pop) }
// extern "C++"
#endif // __cplusplus