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.cc324 size_t computed_usable_size; in TEST_P() local
325 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() local
345 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()