summaryrefslogtreecommitdiff
path: root/commit-slab.h
Commit message (Expand)AuthorAgeFilesLines
* commit-slab.h: avoid duplicated global static variablesjs/commit-slab-decl-fixJohannes Sixt2016-08-091-3/+3
* use REALLOC_ARRAY for changing the allocation size of arraysrs/realloc-arrayRené Scharfe2014-09-181-2/+1
* commit-slab: provide a static initializerJeff King2014-06-131-0/+12
* commit-slab: sizeof() the right type in xrealloctr/commit-slab-cleanupThomas Rast2013-12-021-1/+1
* commit-slab: declare functions "static inline"Thomas Rast2013-11-271-6/+20
* commit-slab: document clear_$slabname()Thomas Rast2013-11-271-1/+10
* commit-slab.h: Fix memory allocation and addressingrj/commit-slab-fixRamsay Jones2013-07-291-7/+6
* commit-slab: introduce a macro to define a slab for new typeJunio C Hamano2013-06-071-0/+98