summaryrefslogtreecommitdiff
path: root/alloc.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-15alloc: make allocate_alloc_state and clear_alloc_state more consistentLibravatar Elijah Newren1-1/+1
2018-06-25Merge branch 'sb/object-store-alloc'Libravatar Junio C Hamano1-24/+41
2018-05-22commit: add generation number to struct commitLibravatar Derrick Stolee1-0/+1
2018-05-16alloc: allow arbitrary repositories for alloc functionsLibravatar Stefan Beller1-24/+41
2018-05-09alloc: add repository argument to alloc_commit_indexLibravatar Stefan Beller1-2/+2
2018-05-09alloc: add repository argument to alloc_reportLibravatar Stefan Beller1-1/+1
2018-05-09alloc: add repository argument to alloc_object_nodeLibravatar Stefan Beller1-1/+1
2018-05-09alloc: add repository argument to alloc_tag_nodeLibravatar Stefan Beller1-1/+1
2018-05-09alloc: add repository argument to alloc_commit_nodeLibravatar Stefan Beller1-1/+1
2018-05-09alloc: add repository argument to alloc_tree_nodeLibravatar Stefan Beller1-1/+1
2018-05-09alloc: add repository argument to alloc_blob_nodeLibravatar Stefan Beller1-1/+1
2018-04-11commit: integrate commit graph with commit parsingLibravatar Derrick Stolee1-0/+1
2014-07-13alloc: factor out commit indexLibravatar Jeff King1-2/+7
2014-07-13move setting of object->type to alloc_* functionsLibravatar Jeff King1-0/+5
2014-07-13alloc: write out allocator definitionsLibravatar Jeff King1-11/+27
2014-07-13alloc.c: remove the alloc_raw_commit_node() functionLibravatar Ramsay Jones1-18/+29
2014-06-12commit: push commit_index update into alloc_commit_nodeLibravatar Jeff King1-2/+10
2014-06-12alloc: include any-object allocations in alloc_reportLibravatar Jeff King1-6/+7
2013-10-16alloc.c: have SP around arithmetic operatorsLibravatar Junio C Hamano1-1/+1
2011-03-17unbreak and eliminate NO_C99_FORMATLibravatar Jonathan Nieder1-9/+2
2009-05-01Fix a bunch of pointer declarations (codestyle)Libravatar Felipe Contreras1-1/+1
2007-04-16Clean up object creation to use more common codeLibravatar Linus Torvalds1-1/+1
2007-04-16Use proper object allocators for unknown object nodes tooLibravatar Linus Torvalds1-8/+20
2006-08-02Add NO_C99_FORMAT to support older compilers.Libravatar Ramsay Allan Jones1-1/+14
2006-06-19Add specialized object allocatorLibravatar Linus Torvalds1-0/+51