| 352 | } |
| 353 | |
| 354 | MemoryLeakDetectorNode* MemoryLeakDetectorList::getFirstLeak(MemLeakPeriod period) |
| 355 | { |
| 356 | return getLeakFrom(head_, period); |
| 357 | } |
| 358 | |
| 359 | MemoryLeakDetectorNode* MemoryLeakDetectorList::getFirstLeakForAllocationStage(unsigned char allocation_stage) |
| 360 | { |
no outgoing calls