From: Junio C Hamano Date: Sat, 7 Sep 2019 16:23:37 +0000 (-0700) Subject: Merge branch 'jk/drop-release-pack-memory' into next X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30f841c42d0e2d98fb0886203a53caac1c8fad05;p=git Merge branch 'jk/drop-release-pack-memory' into next xmalloc() used to have a mechanism to ditch memory and address space resources as the last resort upon seeing an allocation failure from the underlying malloc(), which made the code complex and thread-unsafe with dubious benefit, as major memory resource users already do limit their uses with various other mechanisms. It has been simplified away. * jk/drop-release-pack-memory: packfile: drop release_pack_memory() --- 30f841c42d0e2d98fb0886203a53caac1c8fad05