kerneltest/e32test/mmu/t_dchunk.cpp
changeset 293 0659d0e1a03c
parent 0 a41df078684a
equal deleted inserted replaced
291:206a6eaaeb71 293:0659d0e1a03c
     1 // Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1995-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of the License "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    25 
    25 
    26 TInt E32Main()
    26 TInt E32Main()
    27 //
    27 //
    28 //	Test RChunk class
    28 //	Test RChunk class
    29 //
    29 //
    30 	{	
    30 	{
    31  
    31 	COMPLETE_POST_BOOT_SYSTEM_TASKS();
       
    32 
    32 	test.Title();
    33 	test.Title();
    33 	test.Start(_L("Test double-ended chunks"));
    34 	test.Start(_L("Test double-ended chunks"));
    34 	__KHEAP_MARK;
    35 	__KHEAP_MARK;
    35 	TMemoryInfoV1Buf meminfo1,meminfo2;
    36 	TMemoryInfoV1Buf meminfo1,meminfo2;
    36 	TInt r=UserHal::MemoryInfo(meminfo1);
    37 	TInt r=UserHal::MemoryInfo(meminfo1);