Home | History | Annotate | Download | only in Support

Lines Matching refs:TEST

19 TEST(AllocatorTest, Basics) {
36 TEST(AllocatorTest, ThreeSlabs) {
48 TEST(AllocatorTest, TestReset) {
62 // Test some allocations at varying alignments.
63 TEST(AllocatorTest, TestAlignment) {
82 // Test allocating just over the slab size. This tests a bug where before the
84 TEST(AllocatorTest, TestOverflow) {
96 // Test allocating with a size larger than the initial slab size.
97 TEST(AllocatorTest, TestSmallSlabSize) {
143 TEST(AllocatorTest, TestBigAlignment) {