Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeneficialCode/WinArk
/ Increase
Method
Increase
WinArk/MemoryBuffer.cpp:52–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
bool MemoryBuffer::Increase(uint32_t size) {
53
_buffer.resize(_buffer.size() + size);
54
return true;
55
}
56
Callers
1
CommitValue
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected