fast-import: rename mem_pool type to mp_block
authorJameson Miller <jamill@microsoft.com>
Mon, 26 Mar 2018 17:03:49 +0000 (13:03 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 Mar 2018 15:50:16 +0000 (08:50 -0700)
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>
No differences found