kerneltest/e32test/demandpaging/t_dpcmn.h
changeset 149 d9f1e5bfe28c
parent 0 a41df078684a
child 257 3e88ff8f41d5
equal deleted inserted replaced
135:5e441a173c63 149:d9f1e5bfe28c
    39 TInt GetGlobalPolicies();
    39 TInt GetGlobalPolicies();
    40 TBool IsDataPagingSupported();
    40 TBool IsDataPagingSupported();
    41 void UpdatePaged(TBool& aPaged);
    41 void UpdatePaged(TBool& aPaged);
    42 TInt TestThreadExit(RThread& aThread, TExitType aExitType, TInt aExitReason);
    42 TInt TestThreadExit(RThread& aThread, TExitType aExitType, TInt aExitReason);
    43 
    43 
       
    44 class TestHybridHeap : public RHeap
       
    45 	{
       
    46 public: TInt ChunkHandle() { return iChunkHandle; };
       
    47 	};