edit test.cpp

This commit is contained in:
2021-03-09 16:33:27 +09:00
parent 23ffdebe25
commit 51f46a76da
4 changed files with 29 additions and 9 deletions

View File

@ -565,8 +565,8 @@ namespace ZNsMain
ZCLink*& APR_TailLink
/*///////////*/ ) const
{
#ifdef _DEBUG
std::CCheckAlloc::CAllowAlloc VO_CAllowAllocObj;
#ifdef _DEBUG
ZNsMain::ZCCheckAlloc::ZCAllowAlloc VO_CAllowAllocObj;
#endif //_DEBUG
APR_HeadLink=new ZCLink; ZCLink* VP_TempLink=APR_HeadLink;
@ -595,9 +595,9 @@ namespace ZNsMain
{
// AL_FarNum 의 절대값 + 1 개의 링크가 생성된다.
#ifdef _DEBUG
std::CCheckAlloc::CAllowAlloc VO_CAllowAllocObj;
#endif
#ifdef _DEBUG
ZNsMain::ZCCheckAlloc::ZCAllowAlloc VO_CAllowAllocObj;
#endif //_DEBUG
if(AL_FarNum>0)
{