edit test.cpp
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user