Searched defs:m_pCurrent (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
H A DTreeAllocator.h81 Alloc::m_pCurrent = pClient.Alloc::m_pCurrent; member in class:mcld::NodeFactory::Alloc
88 Alloc::m_pCurrent->next = pClient.Alloc::m_pRoot;
89 Alloc::m_pCurrent = pClient.Alloc::m_pCurrent; member in class:mcld::NodeFactory::Alloc
/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h97 m_pCurrent(0),
147 size_type rest_num_elem = chunk_type::size() - m_pCurrent->bound;
151 result = const_cast<pointer>(&(m_pCurrent->data[m_pCurrent->bound]));
152 m_pCurrent->bound += N;
162 if (chunk_type::size() == m_pCurrent->bound)
164 result = const_cast<pointer>(&(m_pCurrent->data[m_pCurrent->bound]));
165 ++m_pCurrent->bound;
175 0 == m_pCurrent
257 chunk_type *m_pCurrent; member in class:mcld::LinearAllocatorBase
[all...]

Completed in 548 milliseconds