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

Function XFREE

extra/yassl/taocrypt/test/memory.cpp:353–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351
352
353void XFREE(void* ptr, void* heap)
354{
355 ::operator delete(ptr);
356}
357
358} // extern "C"
359

Callers

nothing calls this directly

Calls 1

operator deleteFunction · 0.70

Tested by

no test coverage detected