MCPcopy 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
828extern "C"
829void *thd_calloc(MYSQL_THD thd, unsigned int size)
830{
831 return thd->calloc(size);
832}
833
834extern "C"
835char *thd_strdup(MYSQL_THD thd, const char *str)

Callers

nothing calls this directly

Calls 1

callocMethod · 0.80

Tested by

no test coverage detected