Files
git/builtin
Junio C Hamano 128666753b 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()
2019-09-18 11:50:08 -07:00
..
2019-07-19 11:30:20 -07:00
2019-01-29 12:47:54 -08:00
2019-04-25 16:41:12 +09:00
2019-05-19 16:45:35 +09:00
2019-08-19 13:05:58 -07:00
2018-10-19 13:34:02 +09:00
2019-09-09 12:26:36 -07:00
2019-08-02 09:55:03 -07:00
2019-05-13 14:22:54 +09:00
2019-08-19 13:05:58 -07:00
2019-01-18 13:49:52 -08:00
2019-09-18 11:50:07 -07:00
2019-07-19 11:30:21 -07:00
2018-05-29 00:28:22 +09:00
2019-06-19 08:19:21 -07:00