summaryrefslogtreecommitdiff
path: root/src/pool.h
Commit message (Expand)AuthorAgeFilesLines
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-0/+1
* pool: provide macro to statically initialize git_poolPatrick Steinhardt2016-08-051-0/+5
* Fixed typo in one of the ifndef's in pool.h used to enable/disable debug modeRoss Delinger2016-02-261-1/+1
* Remove unnecessary ifdef in pool.hRoss Delinger2016-02-191-3/+0
* Add a new build flag to disable the pool allocator and pass all git_pool_mall...Ross Delinger2016-01-121-0/+31
* pool: fix documentationEdward Thomson2015-10-281-2/+2
* pool: update commentVicent Marti2015-10-281-1/+1
* pool: Dot not assume mallocs are zeroed outVicent Marti2015-10-281-12/+1
* pool: Simplify implementationVicent Marti2015-10-281-35/+2
* Fix compiler warning (git_off_t cast to size_t).Albert Meltzer2014-05-191-2/+0
* Improved tree iterator internalsRussell Belfer2013-03-141-0/+7
* update copyrightsEdward Thomson2013-01-081-1/+1
* Diff iteratorsRussell Belfer2012-09-051-0/+11
* Fix bug with merging diffs with null optionsRussell Belfer2012-07-191-0/+7
* Convert revwalk to use git_poolRussell Belfer2012-04-251-0/+2
* Convert attrs and diffs to use string poolsRussell Belfer2012-04-251-2/+17
* Implement git_pool paged memory allocatorRussell Belfer2012-04-251-0/+108