commit 2025-09-12 17:12 edit ZIFreeHeap in ZCppMain/ZMainHead.H
This commit is contained in:
@ -3774,38 +3774,47 @@ namespace ZNsMain
|
||||
{
|
||||
public:
|
||||
|
||||
template
|
||||
<typename TTypeLink, typename TTypSize=ZTypLong>
|
||||
class ZtIMain
|
||||
|
||||
template< typename TDblList > class ZtCDblList
|
||||
{
|
||||
public:
|
||||
void RecvFreeIn(TTypeLink* AP_CutLink){}
|
||||
void RecvFreeIn ////////////////////////
|
||||
typedef typename TDblList::ZCLink ZCLink ;
|
||||
typedef typename TDblList::TypeSize TypeSize;
|
||||
public:
|
||||
|
||||
void RecvFreeIn(ZCLink* AP_CutLink){}
|
||||
void RecvFreeIn /////////////////////
|
||||
(
|
||||
TTypeLink* AP_CutHead ,
|
||||
TTypeLink* AP_CutTail ,
|
||||
TTypSize AL_CutCnt
|
||||
TypeSize AL_CutCnt ,
|
||||
ZCLink* AP_CutHead,
|
||||
ZCLink* AP_CutTail
|
||||
)
|
||||
{ } ////////////////////////////////////
|
||||
{ } /////////////////////////////////
|
||||
|
||||
|
||||
TTypeLink* SendFreeOut(){}
|
||||
void SendFreeOut /////////////////
|
||||
ZCLink* SendFreeOut(){}
|
||||
void SendFreeOut /////////////////
|
||||
(
|
||||
TTypeLink*& APR_NewHead ,
|
||||
TTypeLink*& APR_NewTail ,
|
||||
TTypSize AL_NeedCnt
|
||||
TypeSize AL_NeedCnt ,
|
||||
ZCLink*& APR_NewHead,
|
||||
ZCLink*& APR_NewTail
|
||||
)
|
||||
{ } ////////////////////////////////////
|
||||
{ } /////////////////////////////////
|
||||
|
||||
|
||||
void SendFreeOutCopy /*////////////////////////////*/
|
||||
(
|
||||
ZCLink* AP_LinkOrgin, TypeSize AL_FarNum ,
|
||||
ZCLink*& APR_HeadCopy, ZCLink*& APR_TailCopy
|
||||
)
|
||||
{ } /*///////////////////////////////////////////////*/
|
||||
|
||||
|
||||
void DeleteHeap(){}
|
||||
|
||||
public:
|
||||
};/*
|
||||
template
|
||||
<typename TTypeLink, typename TTypSize=ZTypLong>
|
||||
class ZtIMain */
|
||||
template< typename TDblList > class ZtCDblList*/
|
||||
|
||||
|
||||
public:
|
||||
};/*
|
||||
|
Reference in New Issue
Block a user