MCPcopy 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
223void CircularBuffer::Grow(int addSize)
224{
225 GrowReserve(addSize);
226 mDataSize += addSize;
227}
228
229void CircularBuffer::GrowFront(int addSize)
230{

Callers 2

EndCmdMethod · 0.45
ThreadProcMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected