Searched refs:m_pRoot (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
H A DTreeAllocator.h76 Alloc::m_pRoot = pClient.Alloc::m_pRoot; member in class:mcld::NodeFactory::Alloc
84 Alloc::m_pCurrent->next = pClient.Alloc::m_pRoot;
/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h102 LinearAllocatorBase() : m_pRoot(NULL), m_pCurrent(NULL), m_AllocatedNum(0) {}
208 m_pRoot = 0;
215 chunk_type* cur = m_pRoot, *prev;
227 bool empty() const { return (m_pRoot == 0); }
233 m_pRoot = new chunk_type();
234 m_pCurrent = m_pRoot;
247 chunk_type* m_pRoot; member in class:mcld::LinearAllocatorBase
H A DGCFactory.h154 iterator begin() { return iterator(Alloc::m_pRoot, 0); }
156 const_iterator begin() const { return const_iterator(Alloc::m_pRoot, 0); }

Completed in 407 milliseconds