summaryrefslogtreecommitdiffstats
path: root/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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