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