Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ resetWriteLimit
Method
resetWriteLimit
src/CppUTest/MemoryLeakDetector.cpp:114–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
write_limit_ = SIMPLE_STRING_BUFFER_LEN-1;
113
}
114
void SimpleStringBuffer::resetWriteLimit()
115
{
116
write_limit_ = SIMPLE_STRING_BUFFER_LEN-1;
117
}
118
119
bool SimpleStringBuffer::reachedItsCapacity()
120
{
Callers
2
stopMemoryLeakReporting
Method · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64