aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/RecyclingAllocator.h
Commit message (Expand)AuthorAgeFilesLines
* Add an assertion to the fixed-size allocator to ensure that we don't requestJoey Gouly2013-08-271-1/+2
* Fix RecyclingAllocator::PrintStats to print the underlying allocator's stats.Andrew Trick2013-05-251-1/+4
* Provide operator delete for BumpPtrAllocator and RecyclingAllocator. They willBenjamin Kramer2010-04-081-0/+7
* Define placement new wrappers for BumpPtrAllocator andDan Gohman2010-03-181-0/+7
* Make a few headers standalone. Plus, add a missing "template" keywordDouglas Gregor2009-11-051-1/+1
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-281-2/+3
* Tidy up #includes.Dan Gohman2008-07-101-2/+0
* Add some basic Pool-allocation infrastructure. This adds a Recycler class,Dan Gohman2008-07-071-0/+60