summaryrefslogtreecommitdiffstats
path: root/alloc.c (follow)
Commit message (Expand)AuthorAgeLines
* commit: move members graph_pos, generation to a slabAbhishek Kumar2020-06-17-2/+0
* object: drop parsed_object_pool->commit_countAbhishek Kumar2020-06-17-5/+11
* object_as_type: initialize commit-graph-related fields of 'struct commit'SZEDER Gábor2019-01-27-3/+8
* alloc: make allocate_alloc_state and clear_alloc_state more consistentElijah Newren2018-08-15-1/+1
* Merge branch 'sb/object-store-alloc'Junio C Hamano2018-06-25-24/+41
|\
| * alloc: allow arbitrary repositories for alloc functionsStefan Beller2018-05-16-24/+41
| * alloc: add repository argument to alloc_commit_indexStefan Beller2018-05-09-2/+2
| * alloc: add repository argument to alloc_reportStefan Beller2018-05-09-1/+1
| * alloc: add repository argument to alloc_object_nodeStefan Beller2018-05-09-1/+1
| * alloc: add repository argument to alloc_tag_nodeStefan Beller2018-05-09-1/+1
| * alloc: add repository argument to alloc_commit_nodeStefan Beller2018-05-09-1/+1
| * alloc: add repository argument to alloc_tree_nodeStefan Beller2018-05-09-1/+1
| * alloc: add repository argument to alloc_blob_nodeStefan Beller2018-05-09-1/+1
* | commit: add generation number to struct commitDerrick Stolee2018-05-22-0/+1
* | commit: integrate commit graph with commit parsingDerrick Stolee2018-04-11-0/+1
|/
* alloc: factor out commit indexJeff King2014-07-13-2/+7
* move setting of object->type to alloc_* functionsJeff King2014-07-13-0/+5
* alloc: write out allocator definitionsJeff King2014-07-13-11/+27
* alloc.c: remove the alloc_raw_commit_node() functionRamsay Jones2014-07-13-18/+29
* commit: push commit_index update into alloc_commit_nodeJeff King2014-06-12-2/+10
* alloc: include any-object allocations in alloc_reportJeff King2014-06-12-6/+7
* alloc.c: have SP around arithmetic operatorsJunio C Hamano2013-10-16-1/+1
* unbreak and eliminate NO_C99_FORMATJonathan Nieder2011-03-17-9/+2
* Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-01-1/+1
* Clean up object creation to use more common codeLinus Torvalds2007-04-16-1/+1
* Use proper object allocators for unknown object nodes tooLinus Torvalds2007-04-16-8/+20
* Add NO_C99_FORMAT to support older compilers.Ramsay Allan Jones2006-08-02-1/+14
* Add specialized object allocatorLinus Torvalds2006-06-19-0/+51