Searched defs:MeasureFragmentation (Results 1 – 7 of 7) sorted by relevance
254 void BlockAllocatorTest<BlockAllocatorType>::MeasureFragmentation() { in MeasureFragmentation() function
135 Fragmentation MeasureFragmentation() const { in MeasureFragmentation() function
457 Fragmentation BlockAllocator<BlockType>::MeasureFragmentation() const { in MeasureFragmentation() function
121 TEST_F(WorstFitAllocatorTest, MeasureFragmentation) { MeasureFragmentation(); } in TEST_F() argument
119 TEST_F(BestFitAllocatorTest, MeasureFragmentation) { MeasureFragmentation(); } in TEST_F() argument
208 TEST_F(BucketAllocatorTest, MeasureFragmentation) { MeasureFragmentation(); } in TEST_F() argument
189 TEST_F(FirstFitAllocatorTest, MeasureFragmentation) { MeasureFragmentation(); } in TEST_F() argument