MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / thread_memcreate

Function thread_memcreate

util/thread_malloc.c:40–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void thread_memcreate(size_t sz)
41{
42 if (m) {
43 logmsg(LOGMSG_ERROR, "%s already have memory allocator\n", __func__);
44 return;
45 }
46 thread_memcreate_int(sz);
47}
48
49void thread_memcreate_notrace(size_t sz)
50{

Callers 6

thdpool_thdFunction · 0.85
table_threadFunction · 0.85
sql_syntax_checkFunction · 0.85
resolve_sfuncs_for_dbFunction · 0.85
logical_cron_kickoffFunction · 0.85
exec_triggerFunction · 0.85

Calls 2

thread_memcreate_intFunction · 0.85
logmsgFunction · 0.70

Tested by

no test coverage detected