Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
void thread_memcreate_with_save(size_t sz, void **poldm)
57
{
58
*poldm = m; m = NULL;
59
thread_memcreate_int(sz);
60
}
61
62
void thread_memdestroy(void)
63
{
Callers
1
stat4dump
Function · 0.85
Calls
1
thread_memcreate_int
Function · 0.85
Tested by
no test coverage detected