Searched refs:m_pAllocAddress (Results 1 – 2 of 2) sorted by relevance
40 m_pAllocAddress( NULL ) in PlayerHeap()76 m_pAllocAddress = m_pStartAddress; in Create()93 m_pAllocAddress = NULL; in Destroy()107 NW_ALIGN32_ASSERT( m_pAllocAddress ); in Alloc()109 void* endp = ut::AddOffsetToPtr( m_pAllocAddress, size ); in Alloc()112 void* allocAddress = m_pAllocAddress; in Alloc()113 m_pAllocAddress = ut::RoundUp( endp, 32 ); in Alloc()134 …and->size = static_cast<unsigned long>( ut::GetOffsetFromPtr( m_pStartAddress, m_pAllocAddress ) ); in Clear()137 m_pAllocAddress = m_pStartAddress; in Clear()151 size_t offset = ut::GetOffsetFromPtr( m_pAllocAddress, m_pEndAddress ); in GetFreeSize()
60 bool IsValid() const { return m_pAllocAddress != NULL; } in IsValid()71 void* m_pAllocAddress; variable