| 357 | } |
| 358 | |
| 359 | MemoryLeakDetectorNode* MemoryLeakDetectorList::getFirstLeakForAllocationStage(unsigned char allocation_stage) |
| 360 | { |
| 361 | return getLeakForAllocationStageFrom(head_, allocation_stage); |
| 362 | } |
| 363 | |
| 364 | MemoryLeakDetectorNode* MemoryLeakDetectorList::getNextLeak(MemoryLeakDetectorNode* node, MemLeakPeriod period) |
| 365 | { |
no outgoing calls
no test coverage detected