sync_none::allocate
alloue un bloc de mémoire.
void *allocate(std::size_t _Count);
Paramètres
Paramètre |
Description |
---|---|
_Count |
Le nombre d'éléments dans le tableau à allouer. |
Notes
La fonction membre retourne cache.allocate(_Count), où cache est l'objet de cache.
Configuration requise
en-tête : <allocators>
l'espace de noms : stdext