Searched refs:ptr6_usable_size (Results 1 – 1 of 1) sorted by relevance
/art/runtime/gc/space/ |
D | space_create_test.cc | 150 size_t ptr6_bytes_allocated, ptr6_usable_size, ptr6_bytes_tl_bulk_allocated; in TEST_P() local 155 &ptr6_usable_size, in TEST_P() 159 EXPECT_LE(9U * MB, ptr6_usable_size); in TEST_P() 160 EXPECT_LE(ptr6_usable_size, ptr6_bytes_allocated); in TEST_P() 284 size_t ptr6_bytes_allocated, ptr6_usable_size, ptr6_bytes_tl_bulk_allocated; in TEST_P() local 289 &ptr6_usable_size, in TEST_P() 293 EXPECT_LE(9U * MB, ptr6_usable_size); in TEST_P() 294 EXPECT_LE(ptr6_usable_size, ptr6_bytes_allocated); in TEST_P()
|