MCPcopy 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
321void* operator new[](size_t sz)
322{
323 return ::operator new(sz);
324}
325
326
327void operator delete[](void* ptr)

Callers

nothing calls this directly

Calls 1

operator newFunction · 0.70

Tested by

no test coverage detected