Home | History | Annotate | Download | only in ADT

Lines Matching refs:Alloc

37   typedef GCFactory<Node<DataType>, 64> Alloc;
41 typedef typename Alloc::iterator iterator;
42 typedef typename Alloc::const_iterator const_iterator;
47 NodeType* result = Alloc::allocate();
48 Alloc::construct(result);
62 if (Alloc::empty()) {
76 { Alloc::reset(); }
80 Alloc::m_pRoot = pClient.Alloc::m_pRoot;
81 Alloc::m_pCurrent = pClient.Alloc::m_pCurrent;
82 Alloc::m_AllocatedNum = pClient.Alloc::m_AllocatedNum;
83 Alloc::m_NumAllocData = pClient.Alloc::m_NumAllocData;
88 Alloc::m_pCurrent->next = pClient.Alloc::m_pRoot;
89 Alloc::m_pCurrent = pClient.Alloc::m_pCurrent;
90 Alloc::m_AllocatedNum += pClient.Alloc::m_AllocatedNum;
91 Alloc::m_NumAllocData += pClient.Alloc::m_NumAllocData;