On this page
std::pmr::memory_resource::do_deallocate
|
(since C++17) |
Deallocates the storage pointed to by p
.
p
must have been returned by a prior call to allocate(bytes, alignment)
on a memory_resource
that compares equal to *this
, and the storage it points to must not yet have been deallocated, otherwise the behavior is undefined.
Exceptions
Throws nothing.
See also
deallocates memory (public member function) |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/memory/memory_resource/do_deallocate