QMFree() |
![]() ![]() ![]() |
The QMFree() function releases memory returned by other functions. It is only used with the C API library.
Format
void QMFree(void * addr)
where
The QMFree() function is needed because the memory allocator used within the API functions may not be compatible with that of the calling program.
|