| 75 | } |
| 76 | |
| 77 | void MemoryLeakWarning::CheckPointUsage() |
| 78 | { |
| 79 | _impl->iInitialAllocCells = User::CountAllocCells(); |
| 80 | RThread().HandleCount(_impl->iInitialProcessHandleCount, _impl->iInitialThreadHandleCount); |
| 81 | } |
| 82 | |
| 83 | bool MemoryLeakWarning::UsageIsNotBalanced() |
| 84 | { |
nothing calls this directly
no outgoing calls
no test coverage detected