[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 );
- numBytes
Number of bytes to allocate.
A pointer to newly allocated memory.
Header: concrt.h
Reference