aboutsummaryrefslogtreecommitdiffstats
path: root/commit-slab.h
AgeCommit message (Expand)AuthorFilesLines
2020-06-08commit-slab: add a function to deep free entries on the slabSZEDER Gábor1-0/+10
2020-03-10commit-slab: clarify slabname##_peek()'s return valueSZEDER Gábor1-1/+6
2018-05-21commit-slab: support shared commit-slabNguyễn Thái Ngọc Duy1-1/+1
2018-05-21commit-slab.h: code splitNguyễn Thái Ngọc Duy1-109/+6
2017-09-22commit-slab.h: avoid -Wsign-compare warningsRamsay Jones1-3/+3
2017-06-16*.[ch] refactoring: make use of the FREE_AND_NULL() macroÆvar Arnfjörð Bjarmason1-2/+1
2016-08-12Merge branch 'vs/typofix'Junio C Hamano1-1/+1
2016-08-11Spelling fixesVille Skyttä1-1/+1
2016-08-10Merge branch 'js/commit-slab-decl-fix'Junio C Hamano1-3/+3
2016-08-09commit-slab.h: avoid duplicated global static variablesJohannes Sixt1-3/+3
2015-08-03Merge branch 'jc/commit-slab'Junio C Hamano1-5/+29
2015-05-22commit-slab: introduce slabname##_peek() functionJunio C Hamano1-5/+29
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe1-2/+1
2014-06-13commit-slab: provide a static initializerJeff King1-0/+12
2013-12-02commit-slab: sizeof() the right type in xreallocThomas Rast1-1/+1
2013-11-27commit-slab: declare functions "static inline"Thomas Rast1-6/+20
2013-11-27commit-slab: document clear_$slabname()Thomas Rast1-1/+10
2013-07-29commit-slab.h: Fix memory allocation and addressingRamsay Jones1-7/+6
2013-06-07commit-slab: introduce a macro to define a slab for new typeJunio C Hamano1-0/+98