Re: [PATCH v3 2/3] fast-import: introduce mem_pool type
From: Eric Sunshine <hidden>
Date: 2018-03-26 17:34:27
From: Eric Sunshine <hidden>
Date: 2018-03-26 17:34:27
On Mon, Mar 26, 2018 at 1:03 PM, Jameson Miller [off-list ref] wrote:
Introduce the mem_pool type which encapsulates all the information necessary to manage a pool of memory.This change moves the existing
s/memory\.This/memory. This/
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 <redacted>