WPADGetWorkMemorySize

C Specification

#include <revolution/wpad.h>

u32 WPADGetWorkMemorySize( void );

Arguments

None.

Return Values

Returns the size of the work memory obtained when the library was initialized.

Description

Gets the size of the work memory obtained when the library was initialized. Make sure that the allocator registerd using the function WPADRegisterAllocator can at least allocate memory greater than the size returned by this function.

See Also

WPAD Functions
WPADRegisterAllocator

Revision History

08/15/2006 Initial version.


CONFIDENTIAL