std::experimental::pmr::monotonic_buffer_resource::do_deallocate
From cppreference.com
                    
                                        
                    < cpp | experimental | monotonic buffer resource
                    
                                                            
                    | virtual void do_deallocate(void* p, std::size_t bytes, std::size_t alignment); | (library fundamentals TS) | |
This function has no effect. Memory used by a monotonic_buffer_resource, as its name indicates, increases monotonically until the resource is destroyed.
[edit] Exceptions
Throws nothing.
[edit] See also
| deallocates memory (public member function of std::experimental::pmr::memory_resource) | |
| [virtual] | deallocates memory (virtual protected member function of std::experimental::pmr::memory_resource) | 


