| 150 | void* do_allocate ( size_t, size_t ) override { return 0; } |
| 151 | void do_deallocate( void*, size_t, size_t ) override {} |
| 152 | bool do_is_equal ( memory_resource const& ) const noexcept override { return true; } |
| 153 | }; |
| 154 | // tag::doc_background_7[] |
| 155 | namespace my_library { |
nothing calls this directly
no outgoing calls
no test coverage detected