nn::nex::PacketBufferManager::GetUnitHeapParam Member Function

Syntax

static void GetUnitHeapParam(
     qVector< UnitHeapParam > & param
);

Parameters

Name Description
out param Returns the structural information for each unit heap for the payload.

Return Values

None.

Description

Gets the structural information of the unit heap for the payload used by the packet buffer manager. If not set with the SetUnitHeapParam function, returns the structural information used by default.

The default packet buffer pool uses a unit heap with a unit size of 1364 bytes for the payload and a 300 kilobyte region, including a unit heap for the packet management object.

See Also

SetUnitHeapParam

Revision History

2012/11/27
Initial version.

CONFIDENTIAL