Searched refs:computed_usable_size (Results 1 – 1 of 1) sorted by relevance
324 size_t computed_usable_size; in TEST_P() local325 EXPECT_EQ(allocation_size, space->AllocationSize(lots_of_objects[i], &computed_usable_size)); in TEST_P()326 EXPECT_EQ(usable_size, computed_usable_size); in TEST_P()344 size_t computed_usable_size; in TEST_P() local345 EXPECT_EQ(allocation_size, space->AllocationSize(lots_of_objects[i], &computed_usable_size)); in TEST_P()346 EXPECT_EQ(usable_size, computed_usable_size); in TEST_P()