NNS_GfdGetLnkTexVramManagerWorkSize

C Specification

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

Arguments

numMemBlk The management block number to allocate. It becomes the maximum number of segments for the empty region to manage.

Return Values

The number of bytes needed to manage the VRAM region.

Description

Obtains the size of the memory (in bytes) required by the VRAM manager to manage information. Use the return value to initialize the management region, that is, the initialization parameter of the manager.

See Also

NNS_GfdInitLnkTexVramManager

Revision History

10/12/2004 Initial version.


CONFIDENTIAL