| 759 | } |
| 760 | |
| 761 | int64_t LoggingMemoryPool::num_allocations() const { |
| 762 | int64_t mem = pool_->num_allocations(); |
| 763 | std::cout << "num_allocations: " << mem << std::endl; |
| 764 | return mem; |
| 765 | } |
| 766 | |
| 767 | std::string LoggingMemoryPool::backend_name() const { return pool_->backend_name(); } |
| 768 |
no outgoing calls