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

Function thread_memcreate_with_save

util/thread_malloc.c:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void thread_memcreate_with_save(size_t sz, void **poldm)
57{
58 *poldm = m; m = NULL;
59 thread_memcreate_int(sz);
60}
61
62void thread_memdestroy(void)
63{

Callers 1

stat4dumpFunction · 0.85

Calls 1

thread_memcreate_intFunction · 0.85

Tested by

no test coverage detected