Re: [PATCH v2 4/5] Move the reusable parts of memory pool into its own file

2018-03-23 Thread Junio C Hamano
Jameson Miller writes: > This moves the reusable parts of the memory pool logic used by > fast-import.c into its own file for use by other components. > > Signed-off-by: Jameson Miller > --- > Makefile | 1 + > fast-import.c | 118 >

[PATCH v2 4/5] Move the reusable parts of memory pool into its own file

2018-03-23 Thread Jameson Miller
This moves the reusable parts of the memory pool logic used by fast-import.c into its own file for use by other components. Signed-off-by: Jameson Miller --- Makefile | 1 + fast-import.c | 118 +- mem-pool.c