| 592 | #define MEMORY_ACCOUNTANT_ROW_FORMAT "%s %5d %5d %5d\n" |
| 593 | |
| 594 | SimpleString MemoryAccountant::reportFooter() const |
| 595 | { |
| 596 | return SimpleString(" Thank you for your business\n"); |
| 597 | } |
| 598 | |
| 599 | SimpleString MemoryAccountant::stringSize(size_t size) const |
| 600 | { |
nothing calls this directly
no test coverage detected