Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ startChecking
Method
startChecking
src/CppUTest/MemoryLeakDetector.cpp:490–494 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
488
}
489
490
void MemoryLeakDetector::startChecking()
491
{
492
outputBuffer_.clear();
493
current_period_ = mem_leak_period_checking;
494
}
495
496
void MemoryLeakDetector::stopChecking()
497
{
Callers
3
preTestAction
Method · 0.80
setup
Function · 0.80
TEST
Function · 0.80
Calls
1
clear
Method · 0.45
Tested by
2
setup
Function · 0.64
TEST
Function · 0.64