MCPcopy Create free account
hub / github.com/cpputest/cpputest / CheckPointUsage

Method CheckPointUsage

src/Platforms/Symbian/SymbianMemoryLeakWarning.cpp:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void MemoryLeakWarning::CheckPointUsage()
78{
79 _impl->iInitialAllocCells = User::CountAllocCells();
80 RThread().HandleCount(_impl->iInitialProcessHandleCount, _impl->iInitialThreadHandleCount);
81}
82
83bool MemoryLeakWarning::UsageIsNotBalanced()
84{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected