memspy/memspy_plat/memspy_api/include/memspy/driver/user/MemSpyDriverClient.h
branchRCL_3
changeset 59 8ad140f3dd41
parent 49 7fdc9a71d314
equal deleted inserted replaced
49:7fdc9a71d314 59:8ad140f3dd41
   155     /**
   155     /**
   156      *
   156      *
   157      */
   157      */
   158     IMPORT_C TInt GetHeapInfoUser( TMemSpyHeapInfo& aInfo, TUint aTid );
   158     IMPORT_C TInt GetHeapInfoUser( TMemSpyHeapInfo& aInfo, TUint aTid );
   159     IMPORT_C TInt GetHeapInfoUser( TMemSpyHeapInfo& aInfo, TUint aTid, RArray<TMemSpyDriverFreeCell>& aFreeCells );
   159     IMPORT_C TInt GetHeapInfoUser( TMemSpyHeapInfo& aInfo, TUint aTid, RArray<TMemSpyDriverFreeCell>& aFreeCells );
   160 	IMPORT_C TInt GetHeapInfoUser(TMemSpyHeapInfo& aInfo, TUint aTid, RArray<TMemSpyDriverCell>& aCells, TBool aCollectAllocatedCellsAsWellAsFree);
       
   161 
   160 
   162     /**
   161     /**
   163      *
   162      *
   164      */
   163      */
   165     IMPORT_C TInt GetHeapInfoKernel( TMemSpyHeapInfo& aInfo );
   164     IMPORT_C TInt GetHeapInfoKernel( TMemSpyHeapInfo& aInfo );