Searched refs:m_pStartAddress (Results 1 – 2 of 2) sorted by relevance
40 m_pStartAddress( NULL ), in PlayerHeap()79 m_pStartAddress = startAddress; in Create()81 m_pAllocAddress = m_pStartAddress; in Create()141 command->mem = m_pStartAddress; in Clear()142 …command->size = static_cast<unsigned long>( ut::GetOffsetFromPtr( m_pStartAddress, m_pAllocAddress… in Clear()145 m_pAllocAddress = m_pStartAddress; in Clear()
71 void* m_pStartAddress; variable