Update contrib.
1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of the License "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
18 // unused function that contains enough padding that the test function
19 // RMDebugDemandPagingTest starts in a new page.
20 __NAKED__ TInt RMDebugDemandPagingPaddingBefore()
25 // add padding to make this function 4kb in size.
26 // The 4084 corresponds to 2^12 (=4096) - 12,
27 // the 12 being the total size of the movs, adds and bx instructions.
31 // test function which is in a page by itself
32 __NAKED__ TInt RMDebugDemandPagingTest()
37 // add padding to make this function 4kb in size.
38 // The 4084 corresponds to 2^12 (=4096) - 12,
39 // the 12 being the total size of the movs, adds and bx instructions.
43 // unused function that contains enough padding to ensure that no used code
44 // is in the same page as RMDebugDemandPagingTest
45 __NAKED__ TInt RMDebugDemandPagingPaddingAfter()
50 // add padding to make this function 4kb in size.
51 // The 4084 corresponds to 2^12 (=4096) - 12,
52 // the 12 being the total size of the movs, adds and bx instructions.