| 597 | } |
| 598 | |
| 599 | SimpleString MemoryAccountant::stringSize(size_t size) const |
| 600 | { |
| 601 | return (size == 0) ? "other" : StringFromFormat("%5d", (int) size); |
| 602 | } |
| 603 | |
| 604 | SimpleString MemoryAccountant::report() const |
| 605 | { |
nothing calls this directly
no test coverage detected