Home
last modified time | relevance | path

Searched refs:m_AllocatedNum (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
DTreeAllocator.h78 Alloc::m_AllocatedNum = pClient.Alloc::m_AllocatedNum; in replace()
86 Alloc::m_AllocatedNum += pClient.Alloc::m_AllocatedNum; in concatenate()
/frameworks/compile/mclinker/include/mcld/Support/
DAllocators.h102 LinearAllocatorBase() : m_pRoot(NULL), m_pCurrent(NULL), m_AllocatedNum(0) {} in LinearAllocatorBase()
210 m_AllocatedNum = 0; in reset()
229 size_type max_size() const { return m_AllocatedNum; } in max_size()
235 m_AllocatedNum += chunk_type::size(); in initialize()
242 m_AllocatedNum += chunk_type::size(); in getNewChunk()
249 size_type m_AllocatedNum; variable