summaryrefslogtreecommitdiffstats
path: root/alloc.c
AgeCommit message (Expand)AuthorLines
2014-07-13alloc: factor out commit indexJeff King-2/+7
2014-07-13move setting of object->type to alloc_* functionsJeff King-0/+5
2014-07-13alloc: write out allocator definitionsJeff King-11/+27
2014-07-13alloc.c: remove the alloc_raw_commit_node() functionRamsay Jones-18/+29
2014-06-12commit: push commit_index update into alloc_commit_nodeJeff King-2/+10
2014-06-12alloc: include any-object allocations in alloc_reportJeff King-6/+7
2013-10-16alloc.c: have SP around arithmetic operatorsJunio C Hamano-1/+1
2011-03-17unbreak and eliminate NO_C99_FORMATJonathan Nieder-9/+2
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras-1/+1
2007-04-16Clean up object creation to use more common codeLinus Torvalds-1/+1
2007-04-16Use proper object allocators for unknown object nodes tooLinus Torvalds-8/+20
2006-08-02Add NO_C99_FORMAT to support older compilers.Ramsay Allan Jones-1/+14
2006-06-19Add specialized object allocatorLinus Torvalds-0/+51