std::pmr::memory_resource::do_deallocate
Min standard notice:
Deallocates the storage pointed to by p.
# Declarations
virtual void do_deallocate( void* p, std::size_t bytes, std::size_t alignment ) = 0;
(since C++17)
Deallocates the storage pointed to by p.
virtual void do_deallocate( void* p, std::size_t bytes, std::size_t alignment ) = 0;
(since C++17)