HomeSort by relevance Sort by last modified time
    Searched refs:m_pRoot (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/include/mcld/ADT/
TreeAllocator.h 80 Alloc::m_pRoot = pClient.Alloc::m_pRoot;
88 Alloc::m_pCurrent->next = pClient.Alloc::m_pRoot;
  /frameworks/compile/mclinker/include/mcld/Support/
Allocators.h 97 : m_pRoot(0),
212 m_pRoot = 0;
219 chunk_type *cur = m_pRoot, *prev;
235 return (0 == m_pRoot);
243 m_pRoot = new chunk_type();
244 m_pCurrent = m_pRoot;
257 chunk_type *m_pRoot;
GCFactory.h 175 { return iterator(Alloc::m_pRoot, 0); }
178 { return const_iterator(Alloc::m_pRoot, 0); }

Completed in 889 milliseconds