| 735 | } |
| 736 | |
| 737 | const char* MemoryLeakDetector::report(MemLeakPeriod period) |
| 738 | { |
| 739 | ConstructMemoryLeakReport(period); |
| 740 | |
| 741 | return outputBuffer_.toString(); |
| 742 | } |
| 743 | |
| 744 | void MemoryLeakDetector::markCheckingPeriodLeaksAsNonCheckingPeriod() |
| 745 | { |