From: Jameson Miller Date: Mon, 26 Mar 2018 17:03:50 +0000 (-0400) Subject: fast-import: introduce mem_pool type X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a8dfa11562a9625a1576be6c5bbcd6750dfa73d7?hp=a8dfa11562a9625a1576be6c5bbcd6750dfa73d7 fast-import: introduce mem_pool type Introduce the mem_pool type which encapsulates all the information necessary to manage a pool of memory. This change moves the existing variables in fast-import used to support the global memory pool to use this structure. These changes allow for the multiple instances of a memory pool to exist and be reused outside of fast-import. In a future commit the mem_pool type will be moved to its own file. Signed-off-by: Jameson Miller Signed-off-by: Junio C Hamano ---