| 754 | } |
| 755 | |
| 756 | int64_t LoggingMemoryPool::num_allocations() const { |
| 757 | int64_t mem = pool_->num_allocations(); |
| 758 | std::cout << "num_allocations: " << mem << std::endl; |
| 759 | return mem; |
| 760 | } |
| 761 | |
| 762 | std::string LoggingMemoryPool::backend_name() const { return pool_->backend_name(); } |
| 763 |
no outgoing calls