From: Junio C Hamano Date: Wed, 18 Sep 2019 18:50:07 +0000 (-0700) Subject: Merge branch 'jk/drop-release-pack-memory' X-Git-Tag: v2.24.0-rc0~137 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=128666753b449bd76315c8f0a10b752c6a97561f;p=thirdparty%2Fgit.git Merge branch 'jk/drop-release-pack-memory' 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() --- 128666753b449bd76315c8f0a10b752c6a97561f