Concurrency Namespace


Visual Studio 2010 - Visual C++
Alloc Function

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Allocates a block of memory of the size specified.

void * __cdecl Alloc(    size_t numBytes );
Parameters

numBytes

Number of bytes to allocate.

Return Value

A pointer to newly allocated memory.

Requirements

Header: concrt.h

See Also

Reference

Page view tracker