Home | History | Annotate | Download | only in ADT

Lines Matching full:alloc

35   typedef GCFactory<Node<DataType>, 64> Alloc;
39 typedef typename Alloc::iterator iterator;
40 typedef typename Alloc::const_iterator const_iterator;
45 NodeType* result = Alloc::allocate();
46 Alloc::construct(result);
60 if (Alloc::empty()) {
74 { Alloc::reset(); }
78 Alloc::m_pRoot = pClient.Alloc::m_pRoot;
79 Alloc::m_pCurrent = pClient.Alloc::m_pCurrent;
80 Alloc::m_AllocatedNum = pClient.Alloc::m_AllocatedNum;
81 Alloc::m_NumAllocData = pClient.Alloc::m_NumAllocData;
86 Alloc::m_pCurrent->next = pClient.Alloc::m_pRoot;
87 Alloc::m_pCurrent = pClient.Alloc::m_pCurrent;
88 Alloc::m_AllocatedNum += pClient.Alloc::m_AllocatedNum;
89 Alloc::m_NumAllocData += pClient.Alloc::m_NumAllocData;