Patchable Constants: KMBufCacheLineSize

EXPORT_C extern const TInt KMBufCacheLineSize = 32;

Exported from:

mbufmgr.dll

Defined in:

.../os/commsfw/commsfwutils/commsbufs/mbufmgrimpl/src/mbufpoolmanager.cpp

Purpose:

This constant specifies the cache line size on the target hardware. MBufManager will use the value of the constant to align the MBufManager metadata and data blocks.

Default value: 32 (32 bytes).