Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Allocates a block of memory of the size specified from the Concurrency Runtime Caching Suballocator.
void * __cdecl Alloc(
size_t _NumBytes
);
Parameters
- _NumBytes
The number of bytes of memory to allocate.
Return Value
A pointer to newly allocated memory.
Remarks
For more information about which scenarios in your application could benefit from using the Caching Suballocator, see Task Scheduler (Concurrency Runtime).
Requirements
Header: concrt.h
Namespace: concurrency