commit 2025-09-16 19:57 edit a bit ZCppMainTest/ZtCSimList_000.cpp

This commit is contained in:
2025-09-16 19:57:50 +09:00
parent 4ca3c9a955
commit c676b9d4f2
2 changed files with 74 additions and 17 deletions

View File

@ -705,8 +705,8 @@ namespace ZNsMain
ZCLink* VP_RhsCutTail =
rhs.mp_NoUseHead->GetNextPrevPtr(AI_FetchSize-1);
ZCLink* VP_RhsNewHead = VP_RhsCutTail->GetNextPtr( );
rhs.mp_NoUseHead->GetNextPtr(AI_FetchSize-1) ;
ZCLink* VP_RhsNewHead = VP_RhsCutTail->GetNextPtr();
if(ml_UseSize<1)
{
@ -1945,6 +1945,9 @@ namespace ZNsMain
void DeleteHeap()*/
void clear(){DeleteAll();}
TTypSize Find(const ZCLink* AP_pSearchLink, TTypSize AL_FirstFindIndex=1) const
{
const bool CB_DoStop = ////////////