I am a beginner in C. While reading git\'s source code, I found this wrapper function around malloc.
malloc
void *xmalloc(size_t size) { void *ret
For question 2: release_pack_memory is found in sha1_file.c:570.