Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_allocator/
H A Dblock_allocator_testing.cc152 void BlockAllocatorTestBase::ResizeNull() { in ResizeNull() function in pw::allocator::test::BlockAllocatorTestBase
H A Dworst_fit_test.cc99 TEST_F(WorstFitAllocatorTest, ResizeNull) { ResizeNull(); } in TEST_F() argument
H A Dallocator_test.cc38 TEST(AllocatorTest, ResizeNull) { in TEST() argument
H A Dbest_fit_test.cc97 TEST_F(BestFitAllocatorTest, ResizeNull) { ResizeNull(); } in TEST_F() argument
H A Dbucket_allocator_test.cc186 TEST_F(BucketAllocatorTest, ResizeNull) { ResizeNull(); } in TEST_F() argument
H A Dfirst_fit_test.cc138 TEST_F(FirstFitAllocatorTest, ResizeNull) { ResizeNull(); } in TEST_F() argument