Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_allocator/benchmarks/public/pw_allocator/benchmarks/
H A Dbenchmark.h152 void BlockAllocatorBenchmark<AllocatorType>::IterateOverBlocks( in IterateOverBlocks() function
/aosp_15_r20/external/pigweed/pw_allocator/public/pw_allocator/
H A Dblock_allocator_testing.h225 void BlockAllocatorTest<BlockAllocatorType>::IterateOverBlocks() { in IterateOverBlocks() function
/aosp_15_r20/external/pigweed/pw_allocator/
H A Dworst_fit_test.cc97 TEST_F(WorstFitAllocatorTest, IterateOverBlocks) { IterateOverBlocks(); } in TEST_F() argument
H A Dbest_fit_test.cc95 TEST_F(BestFitAllocatorTest, IterateOverBlocks) { IterateOverBlocks(); } in TEST_F() argument
H A Dbucket_allocator_test.cc184 TEST_F(BucketAllocatorTest, IterateOverBlocks) { IterateOverBlocks(); } in TEST_F() argument
H A Dfirst_fit_test.cc136 TEST_F(FirstFitAllocatorTest, IterateOverBlocks) { IterateOverBlocks(); } in TEST_F() argument