void MemFree(int pointer)
Frees a memory block allocated with Malloc. This is not interchangeable with any other Free function, such as FreeImage. Other V3 constructs such as images, fonts, and sounds are virtual objects which return handles and not direct pointers.
int myptr = Malloc(256); MemFree(myptr);
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |