Searched refs:m_pAllocAddress (Results 1 – 2 of 2) sorted by relevance
42 m_pAllocAddress( NULL ) in PlayerHeap()81 m_pAllocAddress = m_pStartAddress; in Create()98 m_pAllocAddress = NULL; in Destroy()112 NW_ALIGN32_ASSERT( m_pAllocAddress ); in Alloc()114 void* endp = ut::AddOffsetToPtr( m_pAllocAddress, size ); in Alloc()120 void* allocAddress = m_pAllocAddress; in Alloc()121 m_pAllocAddress = ut::RoundUp( endp, 32 ); in Alloc()142 …and->size = static_cast<unsigned long>( ut::GetOffsetFromPtr( m_pStartAddress, m_pAllocAddress ) ); in Clear()145 m_pAllocAddress = m_pStartAddress; in Clear()159 size_t offset = ut::GetOffsetFromPtr( m_pAllocAddress, m_pEndAddress ); in GetFreeSize()
62 bool IsValid() const { return m_pAllocAddress != NULL; } in IsValid()73 void* m_pAllocAddress; variable