]> git.ipfire.org Git - thirdparty/git.git/commit - mem-pool.h
mem-pool: move reusable parts of memory pool into its own file
authorJameson Miller <jamill@microsoft.com>
Wed, 11 Apr 2018 18:37:55 +0000 (18:37 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 Apr 2018 02:55:20 +0000 (11:55 +0900)
commit065feab4ebc8e160ab025ff351d724aeda3623ad
tree6f2e142fb5784be73e70abdbdc8bdc2b22f881d9
parent96c47d1466d2d11e2028b79fdc0bcaf7a4bb7345
mem-pool: move reusable parts of memory pool into its own file

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 <jamill@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
fast-import.c
mem-pool.c [new file with mode: 0644]
mem-pool.h [new file with mode: 0644]