Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
333
extern
"C"
{
334
335
void* XMALLOC(size_t sz, void* head)
336
{
337
return ::operator new(sz);
338
}
339
340
void* XREALLOC(void* ptr, size_t sz, void* heap)
341
{
Callers
nothing calls this directly
Calls
1
operator new
Function · 0.70
Tested by
no test coverage detected