Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dspace_create_test.cc103 size_t ptr1_bytes_allocated, ptr1_usable_size, ptr1_bytes_tl_bulk_allocated; in TEST_P() local
109 &ptr1_usable_size, in TEST_P()
113 EXPECT_LE(1U * MB, ptr1_usable_size); in TEST_P()
114 EXPECT_LE(ptr1_usable_size, ptr1_bytes_allocated); in TEST_P()
194 &ptr1_usable_size, in TEST_P()
198 EXPECT_LE(1U * MB, ptr1_usable_size); in TEST_P()
199 EXPECT_LE(ptr1_usable_size, ptr1_bytes_allocated); in TEST_P()
237 size_t ptr1_bytes_allocated, ptr1_usable_size, ptr1_bytes_tl_bulk_allocated; in TEST_P() local
243 &ptr1_usable_size, in TEST_P()
247 EXPECT_LE(1U * MB, ptr1_usable_size); in TEST_P()
[all …]