kerneltest/e32test/heap/t_heapstress.cpp
changeset 293 0659d0e1a03c
parent 189 a5496987b1da
equal deleted inserted replaced
291:206a6eaaeb71 293:0659d0e1a03c
     1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2002-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".
  1196         }
  1196         }
  1197     }
  1197     }
  1198     
  1198     
  1199 TInt E32Main()
  1199 TInt E32Main()
  1200     {
  1200     {
       
  1201     COMPLETE_POST_BOOT_SYSTEM_TASKS();
  1201     test.Title();
  1202     test.Title();
  1202     __KHEAP_MARK;
  1203     __KHEAP_MARK;
  1203     test.Start(_L("Testing heaps"));
  1204     test.Start(_L("Testing heaps"));
  1204 
  1205 
  1205     TInt err = UserHal::TickPeriod(TickPeriod);
  1206     TInt err = UserHal::TickPeriod(TickPeriod);