summaryrefslogtreecommitdiff
path: root/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-241-0/+1
* object.h: stop depending on cache.h; make cache.h depend on object.hElijah Newren2023-02-231-1/+1
* alloc.[ch]: remove alloc_report() functionÆvar Arnfjörð Bjarmason2022-04-011-21/+0
* commit: move members graph_pos, generation to a slabAbhishek Kumar2020-06-171-2/+0
* object: drop parsed_object_pool->commit_countAbhishek Kumar2020-06-171-5/+11
* object_as_type: initialize commit-graph-related fields of 'struct commit'SZEDER Gábor2019-01-271-3/+8
* alloc: make allocate_alloc_state and clear_alloc_state more consistentElijah Newren2018-08-151-1/+1
* Merge branch 'sb/object-store-alloc'Junio C Hamano2018-06-251-24/+41
|\
| * alloc: allow arbitrary repositories for alloc functionsStefan Beller2018-05-161-24/+41
| * alloc: add repository argument to alloc_commit_indexStefan Beller2018-05-091-2/+2
| * alloc: add repository argument to alloc_reportStefan Beller2018-05-091-1/+1
| * alloc: add repository argument to alloc_object_nodeStefan Beller2018-05-091-1/+1
| * alloc: add repository argument to alloc_tag_nodeStefan Beller2018-05-091-1/+1
| * alloc: add repository argument to alloc_commit_nodeStefan Beller2018-05-091-1/+1
| * alloc: add repository argument to alloc_tree_nodeStefan Beller2018-05-091-1/+1
| * alloc: add repository argument to alloc_blob_nodeStefan Beller2018-05-091-1/+1
* | commit: add generation number to struct commitDerrick Stolee2018-05-221-0/+1
* | commit: integrate commit graph with commit parsingDerrick Stolee2018-04-111-0/+1
|/
* alloc: factor out commit indexJeff King2014-07-131-2/+7
* move setting of object->type to alloc_* functionsJeff King2014-07-131-0/+5
* alloc: write out allocator definitionsJeff King2014-07-131-11/+27
* alloc.c: remove the alloc_raw_commit_node() functionRamsay Jones2014-07-131-18/+29
* commit: push commit_index update into alloc_commit_nodeJeff King2014-06-121-2/+10
* alloc: include any-object allocations in alloc_reportJeff King2014-06-121-6/+7
* alloc.c: have SP around arithmetic operatorsJunio C Hamano2013-10-161-1/+1
* unbreak and eliminate NO_C99_FORMATJonathan Nieder2011-03-171-9/+2
* Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-011-1/+1
* Clean up object creation to use more common codeLinus Torvalds2007-04-161-1/+1
* Use proper object allocators for unknown object nodes tooLinus Torvalds2007-04-161-8/+20
* Add NO_C99_FORMAT to support older compilers.Ramsay Allan Jones2006-08-021-1/+14
* Add specialized object allocatorLinus Torvalds2006-06-191-0/+51