Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ xmallocz_gently
Function
xmallocz_gently
wrapper.c:100–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
void *xmallocz_gently(size_t size)
101
{
102
return do_xmallocz(size, 1);
103
}
104
105
/*
106
* xmemdupz() allocates (len + 1) bytes of memory, duplicates
"len"
bytes of
Callers
1
unpack_compressed_entry
Function · 0.85
Calls
1
do_xmallocz
Function · 0.85
Tested by
no test coverage detected