Lines Matching refs:m_pAllocator
62 if ( m_pAllocator ) in Destroy()
65 m_pAllocator->Free( this ); in Destroy()
146 m_pAllocator( pAllocator ) in SharedPtrCount()
173 nw::os::IAllocator* m_pAllocator; variable
190 /* ctor */ SharedPtr() : m_pObj( NULL ), m_pCnt( NULL ), m_pAllocator( NULL ) {} in SharedPtr()
202 m_pAllocator( pAllocator ) in m_pObj()
226 m_pAllocator( other.m_pAllocator ) in SharedPtr()
243 m_pAllocator( other.m_pAllocator )
259 m_pAllocator( other.m_pAllocator ) in SharedPtr()
268 m_pAllocator = NULL; in SharedPtr()
281 if ( m_pAllocator ) in ~SharedPtr()
284 m_pAllocator->Free( m_pObj ); in ~SharedPtr()
392 std::swap( m_pAllocator, other.m_pAllocator ); in SwapObjPtr()
397 nw::os::IAllocator* m_pAllocator; variable
451 /* ctor */ WeakPtr() : m_pObj( NULL ), m_pCnt( NULL ), m_pAllocator( NULL ) in WeakPtr()
464 m_pAllocator(other.m_pAllocator) in WeakPtr()
481 m_pAllocator(other.m_pAllocator) in WeakPtr()
550 std::swap( m_pAllocator, other.m_pAllocator ); in SwapObjPtr()
555 nw::os::IAllocator* m_pAllocator; variable