summaryrefslogtreecommitdiff
path: root/commit-slab.h
AgeCommit message (Expand)AuthorFilesLines
2018-05-21commit-slab: support shared commit-slabLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-05-21commit-slab.h: code splitLibravatar Nguyễn Thái Ngọc Duy1-109/+6
2017-09-22commit-slab.h: avoid -Wsign-compare warningsLibravatar Ramsay Jones1-3/+3
2017-06-16*.[ch] refactoring: make use of the FREE_AND_NULL() macroLibravatar Ævar Arnfjörð Bjarmason1-2/+1
2016-08-12Merge branch 'vs/typofix'Libravatar Junio C Hamano1-1/+1
2016-08-11Spelling fixesLibravatar Ville Skyttä1-1/+1
2016-08-10Merge branch 'js/commit-slab-decl-fix'Libravatar Junio C Hamano1-3/+3
2016-08-09commit-slab.h: avoid duplicated global static variablesLibravatar Johannes Sixt1-3/+3
2015-08-03Merge branch 'jc/commit-slab'Libravatar Junio C Hamano1-5/+29
2015-05-22commit-slab: introduce slabname##_peek() functionLibravatar Junio C Hamano1-5/+29
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysLibravatar René Scharfe1-2/+1
2014-06-13commit-slab: provide a static initializerLibravatar Jeff King1-0/+12
2013-12-02commit-slab: sizeof() the right type in xreallocLibravatar Thomas Rast1-1/+1
2013-11-27commit-slab: declare functions "static inline"Libravatar Thomas Rast1-6/+20
2013-11-27commit-slab: document clear_$slabname()Libravatar Thomas Rast1-1/+10
2013-07-29commit-slab.h: Fix memory allocation and addressingLibravatar Ramsay Jones1-7/+6
2013-06-07commit-slab: introduce a macro to define a slab for new typeLibravatar Junio C Hamano1-0/+98