[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Frees a block of memory previously allocated by the Alloc API.
void __cdecl Free( void * pAllocation );
- pAllocation
A pointer to an allocation previously allocated by Alloc. If pAllocation is NULL, the API will ignore it, and return immediately.
Header: concrt.h
Reference