Method
increaseAllocationStage
Source from the content-addressed store, hash-verified
| 529 | } |
| 530 | |
| 531 | void MemoryLeakDetector::increaseAllocationStage() |
| 532 | { |
| 533 | current_allocation_stage_++; |
| 534 | } |
| 535 | |
| 536 | void MemoryLeakDetector::decreaseAllocationStage() |
| 537 | { |