equal
deleted
inserted
replaced
|
1 // Copyright (c) 2008-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 "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". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 /** |
|
17 @file |
|
18 @test |
|
19 @internalComponent - Internal Symbian test code |
|
20 |
|
21 */ |
|
22 |
|
23 /** |
|
24 In a loop this app continually increases the number of memory |
|
25 pages allocated to it. Since this could be operating within a |
|
26 paged system, it ensures the memory is paged in by looping through |
|
27 each allocated page, and writes to it. |
|
28 |
|
29 The purpose is to use the app in conjunction with functional or |
|
30 non-functional tests to stress the system, by causing low memory |
|
31 conditions with an artificial increase in the amount of |
|
32 data paging. |
|
33 */ |
|
34 |
|
35 TARGET graphicsmemoryhogger.exe |
|
36 TARGETTYPE EXE |
|
37 |
|
38 |
|
39 UID 0x10286b54 0x10281AD9 |
|
40 VENDORID 0x70000001 |
|
41 |
|
42 CAPABILITY ALL |
|
43 |
|
44 SOURCEPATH ../src |
|
45 SOURCE graphicsmemoryhogger.cpp |
|
46 |
|
47 USERINCLUDE ../inc |
|
48 |
|
49 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
50 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
51 OS_LAYER_ESTLIB_SYSTEMINCLUDE |
|
52 |
|
53 LIBRARY euser.lib |
|
54 LIBRARY efsrv.lib |
|
55 LIBRARY hal.lib |
|
56 |
|
57 EPOCSTACKSIZE 32000 |
|
58 |
|
59 SMPSAFE |