]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/drop-release-pack-memory'
authorJunio C Hamano <gitster@pobox.com>
Wed, 18 Sep 2019 18:50:07 +0000 (11:50 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Sep 2019 18:50:08 +0000 (11:50 -0700)
commit128666753b449bd76315c8f0a10b752c6a97561f
tree3ce94094cf31aa29f57b6b03be2ceaa041f15b51
parent917a319ea59c130a14cff7656537ba14f593568b
parent9827d4c185e4da728f51cd77c54a38c9de62495f
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()
builtin/pack-objects.c