Searched refs:ptr6_usable_size (Results 1 – 1 of 1) sorted by relevance
/art/runtime/gc/space/ |
D | space_create_test.cc | 147 size_t ptr6_bytes_allocated, ptr6_usable_size, ptr6_bytes_tl_bulk_allocated; in TEST_P() local 152 &ptr6_usable_size, in TEST_P() 156 EXPECT_LE(9U * MB, ptr6_usable_size); in TEST_P() 157 EXPECT_LE(ptr6_usable_size, ptr6_bytes_allocated); in TEST_P() 281 size_t ptr6_bytes_allocated, ptr6_usable_size, ptr6_bytes_tl_bulk_allocated; in TEST_P() local 286 &ptr6_usable_size, in TEST_P() 290 EXPECT_LE(9U * MB, ptr6_usable_size); in TEST_P() 291 EXPECT_LE(ptr6_usable_size, ptr6_bytes_allocated); in TEST_P()
|