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 78 Alloc::m_pRoot = pClient.Alloc::m_pRoot;
86 Alloc::m_pCurrent->next = pClient.Alloc::m_pRoot;
  /frameworks/compile/mclinker/include/mcld/Support/
Allocators.h 113 : m_pRoot(0),
228 m_pRoot = 0;
235 chunk_type *cur = m_pRoot, *prev;
248 return (0 == m_pRoot);
256 m_pRoot = new chunk_type();
257 m_pCurrent = m_pRoot;
270 chunk_type *m_pRoot;
GCFactory.h 175 { return iterator(Alloc::m_pRoot, 0); }
178 { return const_iterator(Alloc::m_pRoot, 0); }

Completed in 2029 milliseconds