diff -r 4816d766a08a -r f345bda72bc4 Symbian3/PDK/Source/GUID-A7A85C51-364F-5729-8C8A-369A3CB8FE67.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/PDK/Source/GUID-A7A85C51-364F-5729-8C8A-369A3CB8FE67.dita Tue Mar 30 11:56:28 2010 +0100 @@ -0,0 +1,38 @@ + + + + + +Patchable +Constants: KHeapMinCellSize +EXPORT_C extern const TInt KHeapMinCellSize; + + + + +

Exported from:

+

EUSER.DLL, EKERN.EXE

+
+ +

Defined in:

+

.../os/kernelhwsrv/kernel/eka/common/heap.cpp

+
+ +

Purpose:

+

This constant defines an adjustment to the minimum value +of the size of a heap cell created by Symbian's default heap implementation, RHeap. +The calculated minimum value is stored in the protected data member RHeap::iMinCell().

By +changing the value of this constant, the actual minimum size of a heap cell +can be increased.

The value of this constant provided by Symbian is +zero, which means that, by default, the minimum heap cell size is the same +as for previous versions of the platform.

+
+ + +
\ No newline at end of file