summaryrefslogtreecommitdiffstats
path: root/src/AllocationPool.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-10Cleanup unneeded globals (#4736)peterbell101-3/+3
2019-02-20Limit the size of cListAllocationPool's free listpeterbell101-18/+28
2018-07-23Optimise chunk set (#4260)peterbell101-6/+33
2017-08-03Remove double includes part 2 (#3890)peterbell101-2/+0
2017-06-19MSVC Debug builds: Added operator new redirection to provide more info. (#3781)Mattes D1-0/+26
2017-05-21Clang 5.0 fixesLukas Pioch1-1/+1
2016-02-05Bulk clearing of whitespaceLogicParrot1-10/+10
2015-07-31Unified the doxy-comment format.Mattes D1-58/+71
2015-05-19Make -Werror disabling file onlytycho1-3/+3
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-3/+3
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-3/+3
2014-08-28Final template keyword style fix.Mattes D1-2/+2
2014-07-17Fixed basic whitespace problems.madmaxoft1-2/+6
2014-06-16Merge branch 'master' of github.com:mc-server/MCServerTycho1-0/+109
2014-06-14Changed names of callbacksTycho1-7/+7
2014-06-14Removed spacesTycho1-2/+2
2014-06-14Documented starvation callbacksTycho1-0/+7
2014-06-14Documented cAllocationPoolTycho1-0/+5
2014-06-14Added generic Allocation Pool InterfaceTycho1-18/+28
2014-06-14fixed spacesTycho1-5/+6
2014-06-14fixed spacesTycho1-1/+1
2014-06-14fixed compileTycho1-1/+1
2014-06-14Fill with buffer on startupTycho1-0/+10
2014-06-14Fixed commentsTycho1-4/+4
2014-05-25Fixed bug in freeing NULL pointersTycho1-13/+15
2014-05-23Implemented Allocation Pool use by cChunkDataTycho1-11/+28
2014-05-23Use placement new to initalise objectsTycho1-2/+5
2014-05-21Added callback for stopping starvation modeTycho1-0/+4
2014-05-21Implemented Allocation PoolTycho1-0/+50