NNS_GfdGetLnkPlttVramManagerWorkSize

Syntax

#include <nnsys/gfd.h>
u32 NNS_GfdGetLnkPlttVramManagerWorkSize( u32 numMemBlk );

Arguments

numMemBlk The number of management blocks to allocate. This becomes the maximum number of segments that the empty region to be managed can be broken up into.

Return Values

The required byte size of the management region.

Description

Obtains the size of the memory (in bytes) required by the VRAM Manager for management information. Use this function's return value to initialize the management region, which is an initialization parameter for the Manager.

See Also

NNS_GfdInitLnkPlttVramManager

Revision History

2004/10/12 Initial version.


CONFIDENTIAL