Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |
Return Value
A pointer to the allocated object.
Requirements
Header: <allocators>
Namespace: stdext