MCPcopy Create free account
hub / github.com/beefytech/Beef / NextReadPool

Method NextReadPool

BeefySysLib/util/ChunkedDataBuffer.cpp:159–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void ChunkedDataBuffer::NextReadPool()
160{
161 mReadCurAlloc = mPools[++mReadPoolIdx];
162 mReadCurPtr = mReadCurAlloc;
163 mReadNextAlloc = mReadCurPtr + ALLOC_SIZE;
164}
165
166void ChunkedDataBuffer::Read(void* data, int size)
167{

Callers 1

WriteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected