Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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