Home
last modified time | relevance | path

Searched defs:MeasureFragmentation (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pigweed/pw_allocator/public/pw_allocator/
H A Dblock_allocator_testing.h254 void BlockAllocatorTest<BlockAllocatorType>::MeasureFragmentation() { in MeasureFragmentation() function
H A Dtesting.h135 Fragmentation MeasureFragmentation() const { in MeasureFragmentation() function
H A Dblock_allocator.h457 Fragmentation BlockAllocator<BlockType>::MeasureFragmentation() const { in MeasureFragmentation() function
/aosp_15_r20/external/pigweed/pw_allocator/
H A Dworst_fit_test.cc121 TEST_F(WorstFitAllocatorTest, MeasureFragmentation) { MeasureFragmentation(); } in TEST_F() argument
H A Dbest_fit_test.cc119 TEST_F(BestFitAllocatorTest, MeasureFragmentation) { MeasureFragmentation(); } in TEST_F() argument
H A Dbucket_allocator_test.cc208 TEST_F(BucketAllocatorTest, MeasureFragmentation) { MeasureFragmentation(); } in TEST_F() argument
H A Dfirst_fit_test.cc189 TEST_F(FirstFitAllocatorTest, MeasureFragmentation) { MeasureFragmentation(); } in TEST_F() argument