EXPORT_C extern const TInt KNumberOfContactsToReadPerMerge = 500;
Exported from: |
CNTMODEL.DLL |
Defined in: |
.../app/contacts/phonebookengines/contactsmodel/cntplsql/src/csqlitelocalview.cpp |
Purpose: |
View creation works via an incremental merge sort. The DBMS version creates all the CViewContact for a View and then sorts them. This constant specifies the number of fully populated CViewContact objects that will be held in memory during View creation at any one time. The larger this constant the faster a View containing large numbers of items will be created. However, a larger constant will use more RAM for large Views. The default for this constant is 500 CViewContact objects. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.