Table of Contents
hfzFree
Description
Function prototype
Arguments
Return value
Comments
hfzFree
Description
Release a block of memory allocated using
hfzMalloc
.
Function prototype
void hfzFree(void* pData);
Arguments
Name
Type
Comment
pData
void*
A pointer to be block of memory to be released.
Return value
None.
Comments
None.