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.