summaryrefslogtreecommitdiff
path: root/alloc.c
AgeCommit message (Expand)Author
2018-08-15alloc: make allocate_alloc_state and clear_alloc_state more consistentElijah Newren
2018-06-25Merge branch 'sb/object-store-alloc'Junio C Hamano
2018-05-22commit: add generation number to struct commitDerrick Stolee
2018-05-16alloc: allow arbitrary repositories for alloc functionsStefan Beller
2018-05-09alloc: add repository argument to alloc_commit_indexStefan Beller
2018-05-09alloc: add repository argument to alloc_reportStefan Beller
2018-05-09alloc: add repository argument to alloc_object_nodeStefan Beller
2018-05-09alloc: add repository argument to alloc_tag_nodeStefan Beller
2018-05-09alloc: add repository argument to alloc_commit_nodeStefan Beller
2018-05-09alloc: add repository argument to alloc_tree_nodeStefan Beller
2018-05-09alloc: add repository argument to alloc_blob_nodeStefan Beller
2018-04-11commit: integrate commit graph with commit parsingDerrick Stolee
2014-07-14alloc: factor out commit indexJeff King
2014-07-14move setting of object->type to alloc_* functionsJeff King
2014-07-14alloc: write out allocator definitionsJeff King
2014-07-14alloc.c: remove the alloc_raw_commit_node() functionRamsay Jones
2014-06-12commit: push commit_index update into alloc_commit_nodeJeff King
2014-06-12alloc: include any-object allocations in alloc_reportJeff King
2013-10-16alloc.c: have SP around arithmetic operatorsJunio C Hamano
2011-03-17unbreak and eliminate NO_C99_FORMATJonathan Nieder
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras
2007-04-17Clean up object creation to use more common codeLinus Torvalds
2007-04-17Use proper object allocators for unknown object nodes tooLinus Torvalds
2006-08-02Add NO_C99_FORMAT to support older compilers.Ramsay Allan Jones
2006-06-20Add specialized object allocatorLinus Torvalds