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

Function XMALLOC

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

Source from the content-addressed store, hash-verified

333extern "C" {
334
335void* XMALLOC(size_t sz, void* head)
336{
337 return ::operator new(sz);
338}
339
340void* XREALLOC(void* ptr, size_t sz, void* heap)
341{

Callers

nothing calls this directly

Calls 1

operator newFunction · 0.70

Tested by

no test coverage detected