Home
last modified time | relevance | path

Searched defs:AllocateLarge (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pigweed/pw_allocator/
H A Dbuddy_allocator_test.cc65 TEST_F(BuddyAllocatorTest, AllocateLarge) { in TEST_F() argument
H A Dblock_allocator_testing.cc59 void BlockAllocatorTestBase::AllocateLarge() { in AllocateLarge() function in pw::allocator::test::BlockAllocatorTestBase
H A Dworst_fit_test.cc55 TEST_F(WorstFitAllocatorTest, AllocateLarge) { AllocateLarge(); } in TEST_F() argument
H A Dbest_fit_test.cc53 TEST_F(BestFitAllocatorTest, AllocateLarge) { AllocateLarge(); } in TEST_F() argument
H A Dbucket_allocator_test.cc58 TEST_F(BucketAllocatorTest, AllocateLarge) { AllocateLarge(); } in TEST_F() argument
H A Dfirst_fit_test.cc60 TEST_F(FirstFitAllocatorTest, AllocateLarge) { AllocateLarge(); } in TEST_F() argument