|
meiPlatformFree
Declaration
| |
long meiPlatformFree(void *alloc,
long size) |
| |
Required Header: stdmei.h |
Description
meiPlatformFree frees system
memory.
| |
| alloc |
the address of the memory to free. |
| size |
the number of bytes to free. This must match the size specified for meiPlatformAlloc when alloc was allocated. |
|
See Also
meiPlatformAlloc
|