Searched refs:m_pStartAddress (Results 1 – 2 of 2) sorted by relevance
38 m_pStartAddress( NULL ), in PlayerHeap()74 m_pStartAddress = startAddress; in Create()76 m_pAllocAddress = m_pStartAddress; in Create()133 command->mem = m_pStartAddress; in Clear()134 …command->size = static_cast<unsigned long>( ut::GetOffsetFromPtr( m_pStartAddress, m_pAllocAddress… in Clear()137 m_pAllocAddress = m_pStartAddress; in Clear()
69 void* m_pStartAddress; variable