#include <nnsys/gfd.h>
u32 NNS_GfdGetLnkTexVramManagerWorkSize( u32 numMemBlk );
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. |
The required byte size of the management region.
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.
2004/10/12 Initial version.
CONFIDENTIAL