Searched refs:m_pNodesAlloc (Results 1 – 2 of 2) sorted by relevance
18 m_pNodesAlloc = new Node* [10]; in GCFactoryListTraitsTest()19 #define ALLOCATE_NODE(i) m_pNodesAlloc[(i)] = m_NodeFactory.produce(i); in GCFactoryListTraitsTest()43 m_pNodesAlloc[i]->setValue(m_pNodesAlloc[i]->getInitialValue()); in SetUp()44 m_pNodeList.push_back(m_pNodesAlloc[i]); in SetUp()
91 Node **m_pNodesAlloc; variable