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