Previous Topic Index Next Topic
[API function]

FSOUND_GetMemoryStats

Returns information on the memory usage of fmod. This is useful for determining a fixed memory size to
make FMOD work within for fixed memory machines such as pocketpc and consoles.

DLL_API void F_API FSOUND_GetMemoryStats(
unsigned int *currentalloced,
unsigned int *maxalloced
);

Parameters

currentalloced Currently allocated memory at time of call.
maxalloced Maximum allocated memory since FSOUND_Init or FSOUND_SetMemorySystem

Return Value

void

Remarks

___________________
Supported on the following platforms : Win32, WinCE, Linux, Macintosh, XBox, PlayStation 2

See Also

FSOUND_ALLOCCALLBACK , FSOUND_FREECALLBACK , FSOUND_Init , FSOUND_REALLOCCALLBACK , FSOUND_SetMemorySystem

This document copyright ©Firelight Technologies, Pty, Ltd, 1999-2002. All rights reserved.
Generated Fri Dec 20 16:31:09 2002 by SourceDoc v0.10, the automated source code documenter.