kerneltest/e32test/mmu/d_memorytest.h
changeset 90 947f0dc9f7a8
parent 39 5d2844f35677
equal deleted inserted replaced
52:2d65c2f76d7b 90:947f0dc9f7a8
    23 #include <e32std.h>
    23 #include <e32std.h>
    24 #endif
    24 #endif
    25 
    25 
    26 _LIT(KMemoryTestLddName,"d_memorytest");
    26 _LIT(KMemoryTestLddName,"d_memorytest");
    27 
    27 
    28 const TInt KUCPageCount = 4;//Page count of user chunk used in physical pinning tests.
    28 const TInt KUCPageCount = 16;//Page count of user chunk used in physical pinning tests.
    29 
    29 
    30 class RMemoryTestLdd : public RBusLogicalChannel
    30 class RMemoryTestLdd : public RBusLogicalChannel
    31 	{
    31 	{
    32 public:
    32 public:
    33 	enum TControl
    33 	enum TControl