Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ thd_calloc
Function
thd_calloc
sql/sql_class.cc:829–832 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
827
828
extern
"C"
829
void *thd_calloc(MYSQL_THD thd, unsigned int size)
830
{
831
return thd->calloc(size);
832
}
833
834
extern
"C"
835
char *thd_strdup(MYSQL_THD thd, const char *str)
Callers
nothing calls this directly
Calls
1
calloc
Method · 0.80
Tested by
no test coverage detected