SemysMemFree |
01 | Frees a memory previously allocated with SemysMemAlloc(). |
02 |
void SemysMemFree(void *pData); |
03 |
Parameters:
|
04 | SemysMemFree() is the variant to use. The other two variants are listed only for completeness. |
05 | SemysMemFree() is a define that refers to the corresponding variant according to debug build or not. (D for Debug and F for Free). |
06 |
Reference: SemysMemory.h Implementation: Semys Library See Also: Memory Sub-System, SemysMemAlloc() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |