Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ alloc_state_alloc
Function
alloc_state_alloc
alloc.c:39–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
};
38
39
struct alloc_state *alloc_state_alloc(void)
40
{
41
return xcalloc(1, sizeof(struct alloc_state));
42
}
43
44
void alloc_state_free_and_null(struct alloc_state **s_)
45
{
Callers
1
parsed_object_pool_new
Function · 0.85
Calls
1
xcalloc
Function · 0.85
Tested by
no test coverage detected