Re: [PATCH 0/3] Extract memory pool logic into reusable component

2018-03-21 Thread Junio C Hamano
jameson.mille...@gmail.com writes: > This patch series extracts the memory pool implementation, currently > used by fast-import, into a generalized component. This memory pool > can then be generally used by any component that needs a pool of > memory. The way this series is organized is quite

[PATCH 0/3] Extract memory pool logic into reusable component

2018-03-21 Thread jameson . miller81
From: Jameson Miller This patch series extracts the memory pool implementation, currently used by fast-import, into a generalized component. This memory pool can then be generally used by any component that needs a pool of memory. This patch is in preparation for a change