#include <nnsys/gfd.h>
u32 NNS_GfdGetLnkTexVramManagerWorkSize( u32 numMemBlk );
| numMemBlk | The management block number to allocate. It becomes the maximum number of segments for the empty region to manage. |
The number of bytes needed to manage the VRAM region.
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.
2004/10/12 Initial version.
CONFIDENTIAL