MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / New

Method New

extra/yassl/taocrypt/include/block.hpp:169–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167 }
168
169 void New(word32 newSize)
170 {
171 buffer_ = allocator_.reallocate(buffer_, sz_, newSize, false);
172 sz_ = newSize;
173 }
174
175 void resize(word32 newSize)
176 {

Callers 3

AS2Function · 0.80
EncodeMethod · 0.80
DecodeMethod · 0.80

Calls 1

reallocateMethod · 0.45

Tested by

no test coverage detected