Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ operator new[]
Function
operator new[]
extra/yassl/taocrypt/test/memory.cpp:321–324 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
319
320
321
void* operator new[](size_t sz)
322
{
323
return ::operator new(sz);
324
}
325
326
327
void operator delete[](void* ptr)
Callers
nothing calls this directly
Calls
1
operator new
Function · 0.70
Tested by
no test coverage detected