Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Frees a specified number of objects from storage beginning at a specified position.
void deallocate(void* _Ptr, std::size_t _Count);
Parameters
Parameter  | 
Description  | 
|---|---|
_Ptr  | 
A pointer to the first object to be deallocated from storage.  | 
_Count  | 
The number of objects to be deallocated from storage.  | 
Requirements
Header: <allocators>
Namespace: stdext