Shinobi Library - Memory Management Function

syMallocStat

Gets the memory use status

FORMAT

Void syMallocStat( *free, *size )
Uint32 *free
Uint32 *size

PARAMETER

 *free  Pointer that returns the remainder of usable heap area 
 *size  Pointer that returns the maximum size possible to secure at one time  

RETURN

None

DESCRIPTION

Gets the total unused area in the heap that was allocated by syMallocInit() function, and the maximum size that could be obtained with a single syMalloc() function.

REFERENCE

syMallocInit()
syMalloc()

syMallocStat
COPYRIGHT © SEGA ENTERPRISES, LTD., 1998,1999