Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1236
extern
"C"
1237
void *thd_calloc(const MYSQL_THD thd, size_t size)
1238
{
1239
return thd->calloc(size);
1240
}
1241
1242
extern
"C"
1243
char *thd_strdup(const MYSQL_THD thd, const char *str)
Callers
3
assign_nullable
Method · 0.85
Cached_item_field
Method · 0.85
in_vector
Method · 0.85
Calls
1
calloc
Method · 0.80
Tested by
no test coverage detected