| 588 | } |
| 589 | |
| 590 | void MemoryLeakWarningPlugin::expectLeaksInTest(size_t n) |
| 591 | { |
| 592 | expectedLeaks_ = n; |
| 593 | } |
| 594 | |
| 595 | MemoryLeakWarningPlugin::MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector) : |
| 596 | TestPlugin(name), ignoreAllWarnings_(false), destroyGlobalDetectorAndTurnOfMemoryLeakDetectionInDestructor_(false), expectedLeaks_(0) |
no outgoing calls