QMFree()

Top  Previous  Next

 

The QMFree() function releases memory returned by other functions. It is only used with the C API library.

 

 

Format

 

void QMFree(void * addr)

 

where

 

addris the pointer to a dynamic memory area returned by another API function.

 

 

 

The QMFree() function is needed because the memory allocator used within the API functions may not be compatible with that of the calling program.