Searched refs:m_HeapSize (Results 1 – 2 of 2) sorted by relevance
78 m_HeapSize = PAGE_SIZE * numPages; in Initialize()81 NN_LOG_DEBUG("size %p\n", m_HeapSize); in Initialize()87 const size_t numMaxOrders = m_HeapSize / maxSize; in Initialize()193 virtual size_t GetTotalSize() const { return m_HeapSize; } in GetTotalSize()206 && reinterpret_cast<uptr>(addr) < m_HeapStart + m_HeapSize; in HasAddress()380 size_t m_HeapSize; variable
68 m_HeapSize = PAGE_SIZE * numPages; in Initialize()71 NN_LOG_DEBUG("size %p\n", m_HeapSize); in Initialize()77 const size_t numMaxOrders = m_HeapSize / maxSize; in Initialize()163 virtual size_t GetTotalSize() const { return m_HeapSize; } in GetTotalSize()172 && reinterpret_cast<uptr>(addr) < m_HeapStart + m_HeapSize; in HasAddress()294 size_t m_HeapSize; variable