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

Function operator delete

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

Source from the content-addressed store, hash-verified

49
50
51 void operator delete(void* ptr, TaoCrypt::new_t)
52 {
53 if (ptr) free(ptr);
54 }
55
56
57 void* operator new[](size_t sz, TaoCrypt::new_t nt)

Callers 2

operator delete[]Function · 0.70
tcDeleteFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected