aboutsummaryrefslogtreecommitdiffstats
path: root/alloc.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-0/+1
2023-02-23object.h: stop depending on cache.h; make cache.h depend on object.hElijah Newren1-1/+1
2022-04-01alloc.[ch]: remove alloc_report() functionÆvar Arnfjörð Bjarmason1-21/+0
2020-06-17commit: move members graph_pos, generation to a slabAbhishek Kumar1-2/+0
2020-06-17object: drop parsed_object_pool->commit_countAbhishek Kumar1-5/+11
2019-01-27object_as_type: initialize commit-graph-related fields of 'struct commit'SZEDER Gábor1-3/+8
2018-08-15alloc: make allocate_alloc_state and clear_alloc_state more consistentElijah Newren1-1/+1
2018-06-25Merge branch 'sb/object-store-alloc'Junio C Hamano1-24/+41
2018-05-22commit: add generation number to struct commitDerrick Stolee1-0/+1
2018-05-16alloc: allow arbitrary repositories for alloc functionsStefan Beller1-24/+41
2018-05-09alloc: add repository argument to alloc_commit_indexStefan Beller1-2/+2
2018-05-09alloc: add repository argument to alloc_reportStefan Beller1-1/+1
2018-05-09alloc: add repository argument to alloc_object_nodeStefan Beller1-1/+1
2018-05-09alloc: add repository argument to alloc_tag_nodeStefan Beller1-1/+1
2018-05-09alloc: add repository argument to alloc_commit_nodeStefan Beller1-1/+1
2018-05-09alloc: add repository argument to alloc_tree_nodeStefan Beller1-1/+1
2018-05-09alloc: add repository argument to alloc_blob_nodeStefan Beller1-1/+1
2018-04-11commit: integrate commit graph with commit parsingDerrick Stolee1-0/+1
2014-07-13alloc: factor out commit indexJeff King1-2/+7
2014-07-13move setting of object->type to alloc_* functionsJeff King1-0/+5
2014-07-13alloc: write out allocator definitionsJeff King1-11/+27
2014-07-13alloc.c: remove the alloc_raw_commit_node() functionRamsay Jones1-18/+29
2014-06-12commit: push commit_index update into alloc_commit_nodeJeff King1-2/+10
2014-06-12alloc: include any-object allocations in alloc_reportJeff King1-6/+7
2013-10-16alloc.c: have SP around arithmetic operatorsJunio C Hamano1-1/+1
2011-03-17unbreak and eliminate NO_C99_FORMATJonathan Nieder1-9/+2
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras1-1/+1
2007-04-16Clean up object creation to use more common codeLinus Torvalds1-1/+1
2007-04-16Use proper object allocators for unknown object nodes tooLinus Torvalds1-8/+20
2006-08-02Add NO_C99_FORMAT to support older compilers.Ramsay Allan Jones1-1/+14
2006-06-19Add specialized object allocatorLinus Torvalds1-0/+51