Lines Matching refs:m_pAllocator
64 if ( m_pAllocator ) in Destroy()
67 m_pAllocator->Free( this ); in Destroy()
148 m_pAllocator( pAllocator ) in SharedPtrCount()
175 nw::os::IAllocator* m_pAllocator; variable
192 /* ctor */ SharedPtr() : m_pObj( NULL ), m_pCnt( NULL ), m_pAllocator( NULL ) {} in SharedPtr()
204 m_pAllocator( pAllocator ) in m_pObj()
228 m_pAllocator( other.m_pAllocator ) in SharedPtr()
245 m_pAllocator( other.m_pAllocator )
261 m_pAllocator( other.m_pAllocator ) in SharedPtr()
270 m_pAllocator = NULL; in SharedPtr()
283 if ( m_pAllocator ) in ~SharedPtr()
286 m_pAllocator->Free( m_pObj ); in ~SharedPtr()
394 std::swap( m_pAllocator, other.m_pAllocator ); in SwapObjPtr()
399 nw::os::IAllocator* m_pAllocator; variable
453 /* ctor */ WeakPtr() : m_pObj( NULL ), m_pCnt( NULL ), m_pAllocator( NULL ) in WeakPtr()
466 m_pAllocator( other.m_pAllocator )
482 m_pAllocator( other.m_pAllocator ) in WeakPtr()
499 m_pAllocator( other.m_pAllocator )
588 std::swap( m_pAllocator, other.m_pAllocator ); in SwapObjPtr()
593 nw::os::IAllocator* m_pAllocator; variable