Method
decreaseAllocationStage
Source from the content-addressed store, hash-verified
| 534 | } |
| 535 | |
| 536 | void MemoryLeakDetector::decreaseAllocationStage() |
| 537 | { |
| 538 | current_allocation_stage_--; |
| 539 | } |
| 540 | |
| 541 | SimpleMutex *MemoryLeakDetector::getMutex() |
| 542 | { |