Re: [PATCH v2 1/5] fast-import: rename mem_pool type to mp_block
From: Junio C Hamano <hidden> Date: 2018-03-23 16:43:00
Jameson Miller [off-list ref] writes:
This is part of a patch series to extract the memory pool logic in
fast-import into a more generalized version. The existing mem_pool type
maps more closely to a "block of memory" (mp_block) in the more
generalized memory pool.