Home
last modified time | relevance | path

Searched refs:computed_usable_size (Results 1 – 1 of 1) sorted by relevance

/art/runtime/gc/space/
Dspace_create_test.cc321 size_t computed_usable_size; in TEST_P() local
322 EXPECT_EQ(allocation_size, space->AllocationSize(lots_of_objects[i], &computed_usable_size)); in TEST_P()
323 EXPECT_EQ(usable_size, computed_usable_size); in TEST_P()
341 size_t computed_usable_size; in TEST_P() local
342 EXPECT_EQ(allocation_size, space->AllocationSize(lots_of_objects[i], &computed_usable_size)); in TEST_P()
343 EXPECT_EQ(usable_size, computed_usable_size); in TEST_P()