Searched refs:m_AllocatedNum (Results 1 - 2 of 2) sorted by relevance
/frameworks/compile/mclinker/include/mcld/ADT/ | ||
H A D | TreeAllocator.h | 78 Alloc::m_AllocatedNum = pClient.Alloc::m_AllocatedNum; member in class:mcld::NodeFactory::Alloc 86 Alloc::m_AllocatedNum += pClient.Alloc::m_AllocatedNum; member in class:mcld::NodeFactory::Alloc |
/frameworks/compile/mclinker/include/mcld/Support/ | ||
H A D | Allocators.h | 102 LinearAllocatorBase() : m_pRoot(NULL), m_pCurrent(NULL), m_AllocatedNum(0) {} 210 m_AllocatedNum = 0; 229 size_type max_size() const { return m_AllocatedNum; } 235 m_AllocatedNum += chunk_type::size(); 242 m_AllocatedNum += chunk_type::size(); 249 size_type m_AllocatedNum; member in class:mcld::LinearAllocatorBase |
Completed in 9 milliseconds