Searched refs:tmpCurrentList (Results 1 – 1 of 1) sorted by relevance
205 …SNode<TNodeType>* tmpCurrentList = static_cast<SNode<TNodeType>*> (malloc (m_iMaxNodeCount * 2 * s… in ExpandList() local207 if (tmpCurrentList == NULL) { in ExpandList()210 InitStorage (tmpCurrentList, (m_iMaxNodeCount * 2) - 1); in ExpandList()214 tmpCurrentList[i].pPointer = pTemp->pPointer; in ExpandList()219 m_pCurrentList = tmpCurrentList; in ExpandList()