Searched defs:AllocateLarge (Results 1 – 6 of 6) sorted by relevance
65 TEST_F(BuddyAllocatorTest, AllocateLarge) { in TEST_F() argument
59 void BlockAllocatorTestBase::AllocateLarge() { in AllocateLarge() function in pw::allocator::test::BlockAllocatorTestBase
55 TEST_F(WorstFitAllocatorTest, AllocateLarge) { AllocateLarge(); } in TEST_F() argument
53 TEST_F(BestFitAllocatorTest, AllocateLarge) { AllocateLarge(); } in TEST_F() argument
58 TEST_F(BucketAllocatorTest, AllocateLarge) { AllocateLarge(); } in TEST_F() argument
60 TEST_F(FirstFitAllocatorTest, AllocateLarge) { AllocateLarge(); } in TEST_F() argument