fast-import: rename mem_pool type to mp_block
commit7dc0656e2f1bddc07518273ccdb79a3d315f06a6
authorJameson Miller <jamill@microsoft.com>
Wed, 11 Apr 2018 18:37:53 +0000 (11 18:37 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 Apr 2018 02:26:41 +0000 (12 11:26 +0900)
tree8e66dcf128710f84dbfca4bdd554165ea30827b7
parent90bbd502d54fe920356fa9278055dc9c9bfe9a56
fast-import: rename mem_pool type to mp_block

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. This commit renames the mem_pool to mp_block to
reduce churn in future patches.

Signed-off-by: Jameson Miller <jamill@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
fast-import.c