Lines Matching defs:node
45 NodeAlloc::NodeType* node = m_pNodeAlloc->produce();
48 node = m_pNodeAlloc->produce();
51 node = m_pNodeAlloc->produce();
57 NodeAlloc::NodeType* node = 0;
59 node = m_pNodeAlloc->produce();
60 node->data = (int*)malloc(sizeof(int));
61 *(node->data) = i;
76 NodeAlloc::NodeType* node = 0;
78 node = m_pNodeAlloc->produce();
79 node->data = (int*)malloc(sizeof(int));
80 *(node->data) = i;
98 NodeAlloc::NodeType* node = 0;
101 node = delegatee->produce();
102 node->data = (int*)malloc(sizeof(int));
103 *(node->data) = i;
122 NodeAlloc::NodeType* node = 0;
127 node = m_pNodeAlloc->produce();
128 node->data = (int*)malloc(sizeof(int));
129 *(node->data) = counter;
135 node = delegatee->produce();
136 node->data = (int*)malloc(sizeof(int));
137 *(node->data) = counter;
158 NodeAlloc::NodeType* node = 0;
160 node = m_pNodeAlloc->produce();
161 node->data = (int*)malloc(sizeof(int));
162 *(node->data) = i;