equal
deleted
inserted
replaced
|
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-FD57019A-4960-5576-8343-EBF8A4CA1333" xml:lang="en"><title>Patchable |
|
13 Constants: KMBufCacheLineSize</title><prolog><metadata><keywords/></metadata></prolog><conbody> |
|
14 <codeblock id="GUID-C84636D5-7FCA-58D0-A3BC-7740CF989F95" xml:space="preserve">EXPORT_C extern const TInt KMBufCacheLineSize = 32;</codeblock> |
|
15 <table id="GUID-73F2FE39-1815-544D-A39C-6C7094811953"> |
|
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>mbufmgr.dll</filepath> </p> </entry> |
|
21 </row> |
|
22 <row> |
|
23 <entry><p>Defined in: </p> </entry> |
|
24 <entry><p> <filepath> .../os/commsfw/commsfwutils/commsbufs/mbufmgrimpl/src/mbufpoolmanager.cpp</filepath> </p> </entry> |
|
25 </row> |
|
26 <row> |
|
27 <entry><p>Purpose: </p> </entry> |
|
28 <entry><p>This constant specifies the cache line size on the target hardware. <xref href="GUID-B346CCA4-E129-37BF-9134-1908E00E8E24.dita"><apiname>MBufManager</apiname></xref> will |
|
29 use the value of the constant to align the <codeph>MBufManager</codeph> metadata |
|
30 and data blocks. </p> <p>Default value: <codeph>32</codeph> (32 bytes). </p> </entry> |
|
31 </row> |
|
32 </tbody> |
|
33 </tgroup> |
|
34 </table></conbody></concept> |