summaryrefslogtreecommitdiff
path: root/unittests/Support/AllocatorTest.cpp
Commit message (Expand)AuthorAge
* [Allocator] Make BumpPtrAllocator movable and move assignable.Chandler Carruth2014-04-16
* [Allocator] Finally, finish nuking the redundant code that led me hereChandler Carruth2014-04-15
* [Allocator] Make the underlying allocator a template instead of anChandler Carruth2014-04-14
* [Allocator] Switch the BumpPtrAllocator to use a vector of pointers toChandler Carruth2014-04-14
* [Allocator] Lift the slab size and size threshold into templateChandler Carruth2014-03-30
* [Allocator] Simplify unittests by using the default size parameters inChandler Carruth2014-03-30
* Fix layering StringRef copy using BumpPtrAllocator.Nick Kledzik2014-02-05
* Add BumpPtrAllocator::allocateCopy() utilitiesNick Kledzik2014-01-28
* Sort the #include lines for unittest/...Chandler Carruth2012-12-04
* BumpPtrAllocator: Make sure threshold cannot be initialized with a value smal...Benjamin Kramer2012-03-01
* If BumpPtrAllocator is requested to allocate a size that exceeds the slab size,Argyrios Kyrtzidis2012-03-01
* Spelling fixes.Dan Gohman2010-03-01
* Fix unit test on FreeBSD. We need to make sure there is enough space to save ...Benjamin Kramer2009-08-12
* Added a test and fixed a bug in BumpPtrAllocator relating to large alignmentReid Kleckner2009-07-25
* Re-committing changes from r76825 to BumpPtrAllocator with a fix and tests forReid Kleckner2009-07-23
* Reverting r76825 and r76828, since they caused clang runtime errors and some ...Reid Kleckner2009-07-23
* Parameterize the BumpPtrAllocator over a slab allocator. It defaults to usingReid Kleckner2009-07-23