MCPcopy Create free account
hub / github.com/MariaDB/server / thd_calloc

Function thd_calloc

sql/sql_class.cc:1237–1240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1235
1236extern "C"
1237void *thd_calloc(const MYSQL_THD thd, size_t size)
1238{
1239 return thd->calloc(size);
1240}
1241
1242extern "C"
1243char *thd_strdup(const MYSQL_THD thd, const char *str)

Callers 3

assign_nullableMethod · 0.85
Cached_item_fieldMethod · 0.85
in_vectorMethod · 0.85

Calls 1

callocMethod · 0.80

Tested by

no test coverage detected