Merge branch 'jm/mem-pool'
authorJunio C Hamano <gitster@pobox.com>
Wed, 25 Apr 2018 04:29:06 +0000 (13:29 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Apr 2018 04:29:06 +0000 (13:29 +0900)
An reusable "memory pool" implementation has been extracted from
fast-import.c, which in turn has become the first user of the
mem-pool API.

* jm/mem-pool:
mem-pool: move reusable parts of memory pool into its own file
fast-import: introduce mem_pool type
fast-import: rename mem_pool type to mp_block

No differences found