MCPcopy 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
39struct alloc_state *alloc_state_alloc(void)
40{
41 return xcalloc(1, sizeof(struct alloc_state));
42}
43
44void alloc_state_free_and_null(struct alloc_state **s_)
45{

Callers 1

parsed_object_pool_newFunction · 0.85

Calls 1

xcallocFunction · 0.85

Tested by

no test coverage detected