Concurrency Namespace


Visual Studio 2010 - Visual C++
Free Function

[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 );
Parameters

pAllocation

A pointer to an allocation previously allocated by Alloc. If pAllocation is NULL, the API will ignore it, and return immediately.

Requirements

Header: concrt.h

See Also

Reference

Page view tracker