Searched refs:pCaller_ (Results 1 – 1 of 1) sorted by relevance
39 ImpDbgStackTree* pCaller_; member70 pLeft_ = pRight_ = pCaller_ = NULL; in ImpDbgStackTree()83 if ( pCaller_ ) in ~ImpDbgStackTree()84 delete pCaller_; in ~ImpDbgStackTree()114 if ( pCaller_ ) in Print()116 pCaller_->Print( nLevel + 1, nCount, 1 ); in Print()118 pCaller_->Print( nLevel + 1, nCount, nCountLeak ); in Print()172 if ( !pCaller_ ) in Add()173 pCaller_ = new ImpDbgStackTree( this, nIP ); in Add()174 return pCaller_->Add( nAlloc, pBP, nIP ); in Add()
Completed in 13 milliseconds