MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / operator delete[]

Function operator delete[]

extra/yassl/taocrypt/src/misc.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62
63 void operator delete[](void* ptr, TaoCrypt::new_t nt)
64 {
65 ::operator delete(ptr, nt);
66 }
67
68
69 /* uncomment to test

Callers 1

tcArrayDeleteFunction · 0.50

Calls 1

operator deleteFunction · 0.70

Tested by

no test coverage detected