MCPcopy 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
52bool MemoryBuffer::Increase(uint32_t size) {
53 _buffer.resize(_buffer.size() + size);
54 return true;
55}
56

Callers 1

CommitValueMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected