MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / my_str_malloc_mysqld

Function my_str_malloc_mysqld

sql/mysqld.cc:1380–1383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1378extern "C" void *my_str_realloc_mysqld(void *ptr, size_t size);
1379
1380void *my_str_malloc_mysqld(size_t size)
1381{
1382 return my_malloc(size, MYF(MY_FAE));
1383}
1384
1385
1386void my_str_free_mysqld(void *ptr)

Callers

nothing calls this directly

Calls 1

my_mallocFunction · 0.85

Tested by

no test coverage detected