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.
void *allocate(std::size_t _Count);
Parameters
Parameter |
Description |
|---|---|
_Count |
The number of elements in the array to be allocated. |
Remarks
The member function returns cache.allocate(_Count), where cache is the cache object.
Requirements
Header: <allocators>
Namespace: stdext