#include <nitro/fs.h>
static inline u32 FS_GetOverlayTotalSize(const FSOverlayInfo *p_ovi);
p_ovi | FSOverlayInfo structure that holds overlay module information. |
Returns the total size of the overlay module's memory.
This function acquires the total size of memory that an overlay module uses. This is the total of each text/data/bss section and padding.
FSOverlayInfo
, FS_LoadOverlayInfo
, FS_GetOverlayImageSize
, FS_GetOverlayAddress
, FS_LoadOverlayImage
2004/06/11 Initial version.
CONFIDENTIAL