Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
AS2
Function · 0.80
Encode
Method · 0.80
Decode
Method · 0.80
Calls
1
reallocate
Method · 0.45
Tested by
no test coverage detected