|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. --> |
|
3 <!-- This component and the accompanying materials are made available under the terms of the License |
|
4 "Eclipse Public License v1.0" which accompanies this distribution, |
|
5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". --> |
|
6 <!-- Initial Contributors: |
|
7 Nokia Corporation - initial contribution. |
|
8 Contributors: |
|
9 --> |
|
10 <!DOCTYPE concept |
|
11 PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"> |
|
12 <concept id="GUID-195C5507-A269-571C-89B5-1F1EC6A8D68A" xml:lang="en"><title>Patchable |
|
13 Constants: KFbServSharedHeapMaxSize</title><prolog><metadata><keywords/></metadata></prolog><conbody> |
|
14 <codeblock id="GUID-776449BB-4830-58D9-A5CE-FCE9F533B1FA" xml:space="preserve">EXPORT_C extern const TInt KFbServSharedHeapMaxSize = 0x04000000;</codeblock> |
|
15 <table id="GUID-17E347B1-D38D-5A4A-AB9B-23C1582E4698"> |
|
16 <tgroup cols="2"><colspec colname="col0"/><colspec colname="col1"/> |
|
17 <tbody> |
|
18 <row> |
|
19 <entry><p>Exported from: </p> </entry> |
|
20 <entry><p> <filepath>fbserv.exe</filepath> </p> </entry> |
|
21 </row> |
|
22 <row> |
|
23 <entry><p>Defined in: </p> </entry> |
|
24 <entry><p> <filepath> .../os/graphics/fbs/fontandbitmapserver/sfbs/patchableconstants.cpp</filepath> </p> </entry> |
|
25 </row> |
|
26 <row> |
|
27 <entry><p>Purpose: </p> </entry> |
|
28 <entry><p>This constant determines the maximum size of the shared heap in |
|
29 the font and bitmap server. Up to the value of the constant, the size of the |
|
30 virtual address range reserved for this heap equals the amount of physical |
|
31 RAM memory. As available hardware RAM sizes increase in the future, it may |
|
32 become impossible to reserve a virtual address range that big, hence the need |
|
33 for an upper limit. </p> <p>Default value: 64MB (<codeph>0x04000000</codeph>) </p> </entry> |
|
34 </row> |
|
35 </tbody> |
|
36 </tgroup> |
|
37 </table></conbody></concept> |