Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ Grow
Method
Grow
BeefySysLib/util/BeefPerf.cpp:223–227 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
221
}
222
223
void CircularBuffer::Grow(int addSize)
224
{
225
GrowReserve(addSize);
226
mDataSize += addSize;
227
}
228
229
void CircularBuffer::GrowFront(int addSize)
230
{
Callers
2
EndCmd
Method · 0.45
ThreadProc
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected