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

  /frameworks/compile/mclinker/include/mcld/ADT/
TreeAllocator.h 81 Alloc::m_pCurrent = pClient.Alloc::m_pCurrent;
88 Alloc::m_pCurrent->next = pClient.Alloc::m_pRoot;
89 Alloc::m_pCurrent = pClient.Alloc::m_pCurrent;
  /frameworks/compile/mclinker/include/mcld/Support/
Allocators.h 98 m_pCurrent(0),
148 size_type rest_num_elem = chunk_type::size() - m_pCurrent->bound;
152 result = const_cast<pointer>(&(m_pCurrent->data[m_pCurrent->bound]));
153 m_pCurrent->bound += N;
163 if (chunk_type::size() == m_pCurrent->bound)
165 result = const_cast<pointer>(&(m_pCurrent->data[m_pCurrent->bound]));
166 ++m_pCurrent->bound;
176 0 == m_pCurrent->bound |
    [all...]
GCFactory.h 181 return (0 == Alloc::m_pCurrent)?
183 iterator(Alloc::m_pCurrent, Alloc::m_pCurrent->bound);
187 return (0 == Alloc::m_pCurrent)?
189 const_iterator(Alloc::m_pCurrent, Alloc::m_pCurrent->bound);

Completed in 46 milliseconds