| 367 | } |
| 368 | |
| 369 | MemoryLeakDetectorNode* MemoryLeakDetectorList::getNextLeakForAllocationStage(MemoryLeakDetectorNode* node, unsigned char allocation_stage) |
| 370 | { |
| 371 | return getLeakForAllocationStageFrom(node->next_, allocation_stage); |
| 372 | } |
| 373 | |
| 374 | |
| 375 |
no test coverage detected