Searched refs:m_pCurrent (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
H A DTreeAllocator.h77 Alloc::m_pCurrent = pClient.Alloc::m_pCurrent; member in class:mcld::NodeFactory::Alloc
84 Alloc::m_pCurrent->next = pClient.Alloc::m_pRoot;
85 Alloc::m_pCurrent = pClient.Alloc::m_pCurrent; member in class:mcld::NodeFactory::Alloc
/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h102 LinearAllocatorBase() : m_pRoot(NULL), m_pCurrent(NULL), m_AllocatedNum(0) {}
146 size_type rest_num_elem = chunk_type::size() - m_pCurrent->bound;
150 result = m_pCurrent->data + m_pCurrent->bound;
151 m_pCurrent->bound += N;
161 if (chunk_type::size() == m_pCurrent->bound)
163 result = m_pCurrent->data + m_pCurrent->bound;
164 ++m_pCurrent->bound;
172 if (N == 0 || N > chunk_type::size() || m_pCurrent
248 chunk_type* m_pCurrent; member in class:mcld::LinearAllocatorBase
[all...]
H A DGCFactory.h159 return (Alloc::m_pCurrent) == 0
161 : iterator(Alloc::m_pCurrent, Alloc::m_pCurrent->bound);
165 return (Alloc::m_pCurrent) == 0
167 : const_iterator(Alloc::m_pCurrent, Alloc::m_pCurrent->bound);

Completed in 192 milliseconds