aboutsummaryrefslogtreecommitdiffstats
path: root/alloc.c
AgeCommit message (Expand)AuthorFilesLines
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