nn::nex::PacketBufferManager::GetUnitHeapDebugInfo Member Function

Syntax

static void GetUnitHeapDebugInfo(
     qVector< UnitHeapDebugInfo > & debugInfo
);

Parameters

Name Description
out debugInfo Returns the memory allocation information for each unit heap for the payload.

Return Values

None.

Description

Gets the memory allocation information of the unit heap for the payload used by the packet buffer manager. Gets the correct value only when the packet buffer manager is running.

See Also

ResetUnitHeapDebugInfo

Revision History

2012/11/27
Initial version.

CONFIDENTIAL