Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f901b719214d0bd4d42d85e9b5bbbc95d1ee3479
/
llvm
/
unittests
/
Support
/
AllocatorTest.cpp
130cec2
Sort the #include lines for unittest/...
by Chandler Carruth
· 13 years ago
f7e02a0
BumpPtrAllocator: Make sure threshold cannot be initialized with a value smaller than the slab size.
by Benjamin Kramer
· 14 years ago
16558f4
If BumpPtrAllocator is requested to allocate a size that exceeds the slab size,
by Argyrios Kyrtzidis
· 14 years ago
01b443f
Spelling fixes.
by Dan Gohman
· 16 years ago
9ace8b5
Fix unit test on FreeBSD. We need to make sure there is enough space to save the pointer even if the memory returned from malloc was already aligned.
by Benjamin Kramer
· 16 years ago
4b1f2f4
Added a test and fixed a bug in BumpPtrAllocator relating to large alignment
by Reid Kleckner
· 16 years ago
c2d882d
Re-committing changes from r76825 to BumpPtrAllocator with a fix and tests for
by Reid Kleckner
· 16 years ago
9216732
Reverting r76825 and r76828, since they caused clang runtime errors and some build failure involving memset.
by Reid Kleckner
· 16 years ago
5bd6105
Parameterize the BumpPtrAllocator over a slab allocator. It defaults to using
by Reid Kleckner
· 16 years ago