HomeSort by relevance Sort by last modified time
    Searched defs:m_pRoot (Results 1 - 2 of 2) 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;

Completed in 88 milliseconds